diff --git a/init.lua b/init.lua index e20a4fd..b572546 100644 --- a/init.lua +++ b/init.lua @@ -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},