diff --git a/sapling.lua b/sapling.lua index ce01674..200b71b 100644 --- a/sapling.lua +++ b/sapling.lua @@ -60,7 +60,7 @@ minetest.register_node("ethereal:basandra_bush_sapling", { minetest.register_node("ethereal:bamboo_sprout", { description = S("Bamboo Sprout"), - drawtype = "plantlike", visual_scale = 0.4, + drawtype = "plantlike", tiles = {"ethereal_bamboo_sprout.png"}, inventory_image = "ethereal_bamboo_sprout.png", wield_image = "ethereal_bamboo_sprout.png", diff --git a/textures/ethereal_bamboo_sprout.png b/textures/ethereal_bamboo_sprout.png index 7c024fb..bd62d68 100644 Binary files a/textures/ethereal_bamboo_sprout.png and b/textures/ethereal_bamboo_sprout.png differ diff --git a/textures/ethereal_blue_marble.png b/textures/ethereal_blue_marble.png index f22806e..cc61ff2 100644 Binary files a/textures/ethereal_blue_marble.png and b/textures/ethereal_blue_marble.png differ diff --git a/textures/ethereal_blue_marble_.png b/textures/ethereal_blue_marble_.png new file mode 100644 index 0000000..f22806e Binary files /dev/null and b/textures/ethereal_blue_marble_.png differ diff --git a/textures/ethereal_olive_trunk.png b/textures/ethereal_olive_trunk.png index cd99224..167a79e 100644 Binary files a/textures/ethereal_olive_trunk.png and b/textures/ethereal_olive_trunk.png differ