diff --git a/food.lua b/food.lua index 41c4b36..d916dcd 100644 --- a/food.lua +++ b/food.lua @@ -385,13 +385,14 @@ minetest.register_craft({ minetest.register_node("ethereal:lemonade", { description = S("Lemonade"), drawtype = "plantlike", + visual_scale = 0.5, tiles = {"ethereal_lemonade.png"}, inventory_image = "ethereal_lemonade.png", wield_image = "ethereal_lemonade.png", paramtype = "light", walkable = false, selection_box = { - type = "fixed", fixed = {-0.25, -0.5, -0.25, 0.25, 0.25, 0.25} + type = "fixed", fixed = {-0.15, -0.5, -0.15, 0.15, 0, 0.15} }, groups = {vessel = 1, dig_immediate = 3, attached_node = 1, drink = 1}, on_use = minetest.item_eat(5, "vessels:drinking_glass"), diff --git a/textures/ethereal_lemonade.png b/textures/ethereal_lemonade.png index c80eb4d..710ee2b 100644 Binary files a/textures/ethereal_lemonade.png and b/textures/ethereal_lemonade.png differ diff --git a/textures/ethereal_mushroom_sapling.png b/textures/ethereal_mushroom_sapling.png index 5d21922..2a80285 100644 Binary files a/textures/ethereal_mushroom_sapling.png and b/textures/ethereal_mushroom_sapling.png differ diff --git a/textures/ethereal_mushroom_sapling_32px.png b/textures/ethereal_mushroom_sapling_32px.png new file mode 100644 index 0000000..5d21922 Binary files /dev/null and b/textures/ethereal_mushroom_sapling_32px.png differ