diff --git a/sapling.lua b/sapling.lua index 54d1b06..e545818 100644 --- a/sapling.lua +++ b/sapling.lua @@ -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, diff --git a/textures/ethereal_bamboo_sprout.png b/textures/ethereal_bamboo_sprout.png index 1a04039..7c024fb 100644 Binary files a/textures/ethereal_bamboo_sprout.png and b/textures/ethereal_bamboo_sprout.png differ