summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.lua b/config.lua
index 8ab432f..79cc42d 100644
--- a/config.lua
+++ b/config.lua
@@ -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")