diff options
author | FaceDeer <FaceDeer@users.noreply.github.com> | 2017-09-11 23:26:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-11 23:26:29 -0600 |
commit | 3441a0d1da37087287fdaade7c8930480abe65e9 (patch) | |
tree | 605124289a7ac5612c011d5b1c539dded179da4d /settingtypes.txt | |
parent | 5d2b468df4e65e77da8b3561d2c8c29c1f8f11bb (diff) | |
parent | 9103c455ddb85b6eaa55f304a8ec0f6d7bff5adf (diff) |
Merge pull request #7 from minetest-mods/extrusion
add extrusion setting to builders
Diffstat (limited to 'settingtypes.txt')
-rw-r--r-- | settingtypes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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. |