From 99420acb69f86d614f10895c50e5bda166b71165 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 10 Sep 2017 18:58:25 -0600 Subject: add extrusion capability to build heads --- settingtypes.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'settingtypes.txt') diff --git a/settingtypes.txt b/settingtypes.txt index bf1ce10..228c605 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -2,17 +2,24 @@ #though they still check whether they have enough in inventory. #It's a separate setting from regular creative mode. digtron_uses_resources (Digtron uses resources) bool true + #When true, lava counts as protected blocks. digtron_lava_impassible (Lava is impassible to Digtrons) bool true + #When true, diggers deal damage to creatures when they trigger. digtron_damage_creatures (Digtrons cause damage) bool true + #How many seconds a digtron waits between cycles. #Auto-controllers can make this wait longer, but cannot make it shorter. digtron_cycle_time (Minimum Digtron cycle time in seconds) float 1.0 0.0 60.0 + #How many Digtron blocks can be moved for each adjacent #solid block that the Digtron has traction against 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 + [Fuel costs] #eg, stone. -- cgit v1.2.3