summaryrefslogtreecommitdiff
path: root/settingtypes.txt
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-10-10 20:33:56 -0600
committerFaceDeer <derksenmobile@gmail.com>2017-10-10 20:33:56 -0600
commit06a2ba85e3254e7d5ccb5ac2f4c56823d6a03854 (patch)
tree1975f6db5ce892446b8c4b68fe3f01487555e312 /settingtypes.txt
parentf10d46d3796d390e5ac5036c8bed93c69926c1c5 (diff)
various tidies and tweaks to technic support
Diffstat (limited to 'settingtypes.txt')
-rw-r--r--settingtypes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/settingtypes.txt b/settingtypes.txt
index 228c605..ed731ba 100644
--- a/settingtypes.txt
+++ b/settingtypes.txt
@@ -36,3 +36,8 @@ digtron_dig_cost_choppy (Fuel cost for digging choppy blocks) float 0.75 0.0 100
digtron_dig_cost_default (Fuel cost for digging other block types) float 0.5 0.0 100.0
#How much fuel is required to build a block
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