tweak bamboo sprout and nodebox
This commit is contained in:
parent
a9751bb551
commit
c3865af6b2
@ -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 |
Loading…
x
Reference in New Issue
Block a user