From 6e25fb4abe7eab8a19ee3420cf0d9cd05193cb08 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Wed, 22 Jul 2020 16:22:38 +0000 Subject: [PATCH] Update 'mods/ethereal/leaves.lua' --- mods/ethereal/leaves.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mods/ethereal/leaves.lua b/mods/ethereal/leaves.lua index 7bfba39c..fb91db61 100644 --- a/mods/ethereal/leaves.lua +++ b/mods/ethereal/leaves.lua @@ -35,8 +35,8 @@ minetest.register_node("ethereal:jogan_leaves", { minetest.register_node("ethereal:jogan_fruit", { description = S("Jogan Fruit"), drawtype = "plantlike", - tiles = {"ethereal_jogan_fruit.png"}, - inventory_image = "ethereal_jogan_fruit.png", + tiles = {"jogan_fruit.png"}, + inventory_image = "jogan_fruit.png", paramtype = "light", sunlight_propagates = true, walkable = false, @@ -83,9 +83,9 @@ minetest.register_node("ethereal:palm_leaves", { description = S("Palm Leaves"), drawtype = leaftype, visual_scale = 1.4, - tiles = {"moretrees_palm_leaves.png"}, - inventory_image = "moretrees_palm_leaves.png", - wield_image = "moretrees_palm_leaves.png", + tiles = {"palm_leaves.png"}, + inventory_image = "palm_leaves.png", + wield_image = "palm_leaves.png", paramtype = "light", walkable = ethereal.leafwalk, waving = 1, @@ -221,7 +221,7 @@ minetest.register_node("ethereal:bush_leaves", { description = S("Bush Leaves"), drawtype = "allfaces_optional", waving = 1, - tiles = {"ethereal_bush_leaves.png"}, + tiles = {"bush_leaves.png"}, paramtype = "light", groups = {snappy = 3, flammable = 2, leaves = 1}, drop = { @@ -352,4 +352,4 @@ default.register_leafdecay({ trunks = {"ethereal:bush_stem"}, leaves = {"ethereal:bush_leaves"}, radius = 3 -}) +}) \ No newline at end of file