Add empty shelf

master
migdyn 2019-01-01 00:18:44 +01:00
parent 2063fa296c
commit 78898a0d97
1 changed files with 7 additions and 8 deletions

View File

@ -111,15 +111,14 @@ minetest.register_node("industrial_decor:sheet_tin",{
groups = {cracky = 1},
})
minetest.register_node("industrial_decor:desk",{
drawtype = "allfaces_optional",
minetest.register_node("industrial_decor:shelf_empty",{
paramtype = "light",
description = "Desk",
tiles = {"industrial_decor_desk.png",
"industrial_decor_desk.png",
"industrial_decor_desk.png",
"industrial_decor_desk.png",
"industrial_decor_desk_front.png",},
description = "Empty Metal Shelf",
tiles = {"industrial_decor_sheet_tin.png",
"industrial_decor_sheet_tin.png",
"industrial_decor_sheet_tin.png",
"industrial_decor_sheet_tin.png",
"industrial_decor_shelf_empty.png",},
groups = {choppy = 2},