diff options
Diffstat (limited to 'config.lua')
-rw-r--r-- | config.lua | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -56,4 +56,8 @@ setting("float", "build_cost", 1.0, "Build cost") -- How much charge (an RE battery holds 10000 EU) is equivalent to 1 unit of heat produced by burning coal -- With 100, the battery is 2.5 better than a coal lump, yet 3.7 less powerful than a coal block -- Being rechargeable should pay off for this "average" performance. -setting("int", "power_ratio", 100, "The electrical charge to 1 coal heat unit conversion ratio")
\ No newline at end of file +setting("int", "power_ratio", 100, "The electrical charge to 1 coal heat unit conversion ratio") + + +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") |