diff options
author | FaceDeer <derksenmobile@gmail.com> | 2018-06-10 23:00:54 -0600 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2018-06-10 23:00:54 -0600 |
commit | 0cb8d2dc3333e6e885c0470c3dcfe3d349dadac6 (patch) | |
tree | 4eacf14162c1b298f4a3d2ad852fb7e2fd4a27dd /config.lua | |
parent | 1c41a2cdcd43764e02487a9ec82aa1ec46084250 (diff) |
add ability for Digtron to emerge unloaded map blocks
Diffstat (limited to 'config.lua')
-rw-r--r-- | config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |