Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/main/scala/mrtjp/projectred/core/Configurator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ object Configurator extends ModConfig("ProjRed|Core") {
var logicwires3D = true
var staticWires = true
var staticGates = true
var lightHaloMax = -1
var pipeRoutingFX = true

/** World Gen * */
Expand Down Expand Up @@ -176,11 +175,6 @@ object Configurator extends ModConfig("ProjRed|Core") {
staticGates,
"If set to false, gates will be rendered in the TESR rather than the WorldRenderer."
)
lightHaloMax = rendering.put(
"Light Halo Render Count",
lightHaloMax,
"Number of lights to render, -1 for unlimited"
)
pipeRoutingFX = rendering.put(
"Routed Pipe FX",
pipeRoutingFX,
Expand Down
Loading