make the farming mod optional

This commit is contained in:
FaceDeer
2017-03-25 21:26:18 -06:00
parent 33d88fe713
commit e2183ed03d
5 changed files with 20 additions and 18 deletions

View File

@ -267,7 +267,7 @@ minetest.register_abm{
size = 10,
collisiondetection = false,
vertical = false,
texture = "farming_wheat_seed.png",
texture = "dfcaverns_spore_tree_spores.png",
})
end,