From: EliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Thu, 7 May 2020 17:33:43 +0000 (+0200) Subject: Update init.lua X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=fc0349c9163ae4fde315c808d846a4cd696085fe;p=xocean.git Update init.lua Give coral skeleton back its original shape --- diff --git a/init.lua b/init.lua index c0f5cfb..d53c5f7 100644 --- a/init.lua +++ b/init.lua @@ -782,12 +782,6 @@ minetest.register_node("xocean:horn", { minetest.set_node(pos, {name = "default:coral_brown"}) end, }) -minetest.override_item("default:coral_skeleton", { - description = "Horn Coral Skeleton Block", - tiles = {"xocean_coral_horn_skeleton.png"}, - groups = {cracky = 3}, - sounds = default.node_sound_stone_defaults(), -}) minetest.register_node("xocean:skeleton_horn", { description = "Horn Coral Skeleton", drawtype = "plantlike_rooted",