tweak bamboo sprout and nodebox

This commit is contained in:
tenplus1 2024-08-26 08:20:35 +01:00
parent a9751bb551
commit c3865af6b2
2 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ minetest.register_node("ethereal:bamboo_sprout", {
},
sounds = default.node_sound_defaults(),
selection_box = {
type = "fixed", fixed = {-3 / 16, -0.4, -3 / 16, 3 / 16, 0, 3 / 16}
type = "fixed", fixed = {-3 / 16, -0.5, -3 / 16, 3 / 16, -0.1, 3 / 16}
},
on_use = minetest.item_eat(2),
grown_height = 11,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 185 B