diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-11-17 18:49:43 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-11-17 18:49:43 -0700 |
commit | 1de57191b0afa4df320c4319de0d7ea6b33d2b27 (patch) | |
tree | 40e8c9f2982867b225d88d969800f4cd064da6f0 /settingtypes.txt | |
parent | 123e470544f2395ef7e06a7cf309c77c2472d128 (diff) |
configurable duration for crate markers
Diffstat (limited to 'settingtypes.txt')
-rw-r--r-- | settingtypes.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settingtypes.txt b/settingtypes.txt index ed731ba..6deee8b 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -20,6 +20,9 @@ digtron_traction_factor (Digtron traction factor) float 3.0 0.0 1000.0 #The maximum extrusion setting permitted for a Digtron builder module. digtron_maximum_extrusion (Digtron maximum extrusion) int 25 1 100 +digtron_marker_crate_good_duration (Duration that 'good' crate markers last) float 3.0 0.0 100.0 +digtron_marker_crate_bad_duration (Duration that 'bad' crate markers last) float 9.0 0.0 100.0 + [Fuel costs] #eg, stone. @@ -40,4 +43,4 @@ digtron_build_cost (Fuel cost to build one block) float 1.0 0.0 100.0 #If the [technic] mod is installed Digtron can draw power from technic batteries. #A full battery holds 10000 electrical units. This is divided by the power ratio #setting to convert it into fuel units. -digtron_power_ratio (Electrical charge to coal heat conversion ratio) int 1 1000 100
\ No newline at end of file +digtron_power_ratio (Electrical charge to coal heat conversion ratio) int 1 1000 100 |