Tweak selection box of tallgrass, saplings, reeds

This commit is contained in:
Wuzzy 2017-06-06 12:44:58 +02:00
parent 0396844251
commit 3e69ae2588
2 changed files with 9 additions and 5 deletions

View file

@ -62,6 +62,10 @@ minetest.register_node("mcl_flowers:tallgrass", {
tiles = {"mcl_flowers_tallgrass.png"},
inventory_image = "mcl_flowers_tallgrass.png",
wield_image = "mcl_flowers_tallgrass.png",
selection_box = {
type = "fixed",
fixed = {{ -6/16, -8/16, -6/16, 6/16, 8/16, 6/16 }},
},
paramtype = "light",
sunlight_propagates = true,
walkable = false,