From 78898a0d97af95349cbed8f0dd319fdeccdad892 Mon Sep 17 00:00:00 2001 From: migdyn Date: Tue, 1 Jan 2019 00:18:44 +0100 Subject: [PATCH] Add empty shelf --- init.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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},