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}, groups = {cracky = 1},
}) })
minetest.register_node("industrial_decor:desk",{ minetest.register_node("industrial_decor:shelf_empty",{
drawtype = "allfaces_optional",
paramtype = "light", paramtype = "light",
description = "Desk", description = "Empty Metal Shelf",
tiles = {"industrial_decor_desk.png", tiles = {"industrial_decor_sheet_tin.png",
"industrial_decor_desk.png", "industrial_decor_sheet_tin.png",
"industrial_decor_desk.png", "industrial_decor_sheet_tin.png",
"industrial_decor_desk.png", "industrial_decor_sheet_tin.png",
"industrial_decor_desk_front.png",}, "industrial_decor_shelf_empty.png",},
groups = {choppy = 2}, groups = {choppy = 2},