From 1de57191b0afa4df320c4319de0d7ea6b33d2b27 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Fri, 17 Nov 2017 18:49:43 -0700 Subject: configurable duration for crate markers --- config.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.lua') 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") -- cgit v1.2.3