Remove cushion and one of the lightboxes

master
Wuzzy 2022-01-11 19:06:12 +01:00
parent a935b5b3ee
commit 42f8dd54e8
4 changed files with 1 additions and 21 deletions

View File

@ -201,25 +201,6 @@ minetest.register_node("lzr_decor:cobweb", {
groups = { breakable = 1 },
})
minetest.register_node("lzr_decor:cushion", {
description = S("Cushion"),
tiles = {"xdecor_cushion.png"},
groups = { breakable = 1 },
on_place = minetest.rotate_node,
drawtype = "nodebox",
paramtype = "light",
node_box = {
type = "fixed",
fixed = { -0.5, -0.5, -0.5, 0.5, 0, 0.5 },
},
})
minetest.register_node("lzr_decor:cushion_block", {
description = S("Cushion Block"),
tiles = {"xdecor_cushion.png"},
groups = { breakable = 1 },
})
minetest.register_node("lzr_decor:lantern", {
description = S("Lantern"),
light_source = 13,
@ -240,8 +221,7 @@ minetest.register_node("lzr_decor:lantern", {
local lightbox = {
iron = S("Iron Light Box"),
wooden = S("Wooden Light Box"),
wooden2 = S("Wooden Light Box 2"),
wooden2 = S("Wooden Light Box"),
}
for l, desc in pairs(lightbox) do

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B