remove skull head (will be moved elsewhere)

axinite
kilbith 2015-06-10 13:42:06 +02:00
parent 2d5c0f1949
commit 16fddf162e
3 changed files with 0 additions and 9 deletions

View File

@ -118,9 +118,6 @@ minetest.register_craft({
{"farming:string"}
} })
minetest.register_craft({
type = "shapeless", output = "xdecor:skull", recipe = {"bones:bones"} })
minetest.register_craft({
output = "xdecor:table",
recipe = {

View File

@ -152,12 +152,6 @@ xdecor.register("rope", {
tiles = {"xdecor_rope.png"}, inventory_image = "xdecor_rope_inv.png",
drawtype = "plantlike", groups = {dig_immediate=3}, selection_box = rope_sbox })
local skull_sbox = {type="fixed", fixed={-0.3, -0.5, -0.3, 0.3, 0.25, 0.3}}
xdecor.register("skull", {
description = "Skull head", walkable = false, selection_box = skull_sbox,
tiles = {"xdecor_skull.png"}, inventory_image = "xdecor_skull.png",
drawtype = "torchlike", groups = {dig_immediate=3, attached_node=1} })
xdecor.register("table", {
description = "Table", tiles = {"xdecor_wood.png"},
groups = {snappy=3}, sounds = default.node_sound_wood_defaults(),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B