mirror of
https://codeberg.org/minenux/minetest-mod-xdecor
synced 2023-10-20 21:43:39 -07:00
remove skull head (will be moved elsewhere)
This commit is contained in:
parent
2d5c0f1949
commit
16fddf162e
@ -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 = {
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user