summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2018-06-10 23:00:54 -0600
committerFaceDeer <derksenmobile@gmail.com>2018-06-10 23:00:54 -0600
commit0cb8d2dc3333e6e885c0470c3dcfe3d349dadac6 (patch)
tree4eacf14162c1b298f4a3d2ad852fb7e2fd4a27dd /config.lua
parent1c41a2cdcd43764e02487a9ec82aa1ec46084250 (diff)
add ability for Digtron to emerge unloaded map blocks
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.lua b/config.lua
index 79cc42d..130db7e 100644
--- a/config.lua
+++ b/config.lua
@@ -61,3 +61,5 @@ setting("int", "power_ratio", 100, "The electrical charge to 1 coal heat unit co
setting("float", "marker_crate_good_duration", 3.0, "Duration that 'good' crate markers last")
setting("float", "marker_crate_bad_duration", 9.0, "Duration that 'bad' crate markers last")
+
+setting("bool", "emerge_unloaded_mapblocks", true, "When Digtron encounters unloaded map blocks, emerge them.") \ No newline at end of file