summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSokomine <wegwerf@anarres.dyndns.org>2018-07-26 18:43:48 +0200
committerSokomine <wegwerf@anarres.dyndns.org>2018-07-26 18:43:48 +0200
commite3894514cc8575d66415af709fbba6c590b93c15 (patch)
tree605ae607480fa21110516d82324de540bf3a0286
parentf4bd77eb011515fd8a2a06f30000d33091dd7ceb (diff)
fixed missing front texture of apartment spawner
-rw-r--r--handle_schematics.lua4
1 files 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,