From e3894514cc8575d66415af709fbba6c590b93c15 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Thu, 26 Jul 2018 18:43:48 +0200 Subject: fixed missing front texture of apartment spawner --- handle_schematics.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handle_schematics.lua b/handle_schematics.lua index e72ed60..c98e573 100644 --- a/handle_schematics.lua +++ b/handle_schematics.lua @@ -590,8 +590,8 @@ end minetest.register_node("apartment:build_chest", { description = "Apartment spawner", - tiles = {"default_chest_side.png", "default_chest_top.png^door_steel.png", "default_chest_side.png", - "default_chest_side.png", "default_chest_side.png", "default_chest_lock.png^door_steel.png"}, + tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_top.png", + "default_chest_top.png", "default_chest_top.png", "apartment_controls_vacant.png"}, paramtype2 = "facedir", groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2}, legacy_facedir_simple = true, -- cgit v1.2.3