From fc0349c9163ae4fde315c808d846a4cd696085fe Mon Sep 17 00:00:00 2001 From: EliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Thu, 7 May 2020 19:33:43 +0200 Subject: [PATCH] Update init.lua Give coral skeleton back its original shape --- init.lua | 6 ------ 1 file changed, 6 deletions(-) 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", -- 2.44.0