Tweak selection box of tallgrass, saplings, reeds
This commit is contained in:
parent
0396844251
commit
3e69ae2588
2 changed files with 9 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue