]> git.lizzy.rs Git - xocean.git/commitdiff
Update init.lua
authorEliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com>
Thu, 7 May 2020 17:33:43 +0000 (19:33 +0200)
committerGitHub <noreply@github.com>
Thu, 7 May 2020 17:33:43 +0000 (19:33 +0200)
Give coral skeleton back its original shape

init.lua

index c0f5cfb9a5c195384d109b02611bfb1c1dafb307..d53c5f7e358dd571cd0b12e973707cb631927b64 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -782,12 +782,6 @@ minetest.register_node("xocean:horn", {
                minetest.set_node(pos, {name = "default:coral_brown"})\r
        end,\r
 })\r
-minetest.override_item("default:coral_skeleton", {\r
-       description = "Horn Coral Skeleton Block",\r
-       tiles = {"xocean_coral_horn_skeleton.png"},\r
-       groups = {cracky = 3},\r
-       sounds = default.node_sound_stone_defaults(),\r
-})\r
 minetest.register_node("xocean:skeleton_horn", {\r
        description = "Horn Coral Skeleton",\r
        drawtype = "plantlike_rooted",\r