diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-04-30 20:14:32 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-04-30 20:14:32 +0300 |
commit | 2bfca67eeb1258b83fd096129f1bb2f5f023ca26 (patch) | |
tree | 33ad3286a88d4883fd9f44989e5d11b53009dec8 | |
parent | a30f4c16e0504fab162f8ae14e3b9b8a05fda71f (diff) |
+snowplough
-rw-r--r-- | technic/tools/walking_tractor.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/technic/tools/walking_tractor.lua b/technic/tools/walking_tractor.lua index 8971579..e78375f 100644 --- a/technic/tools/walking_tractor.lua +++ b/technic/tools/walking_tractor.lua @@ -53,6 +53,9 @@ local ripe_for_harvest = { "farming:wheat_8", "ethereal:onion_5", "ethereal:strawberry_8", + -- also doubles as a snow-plough + "default:snowblock", + "stairs:slab_snowblock", } local compatible_soils = { |