Update init.lua

Give coral skeleton back its original shape
master
EliasFleckenstein03 2020-05-07 19:33:43 +02:00 committed by GitHub
parent 58fba27bf0
commit fc0349c916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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",