diff options
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 |