summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-10-03 20:33:30 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-10-03 20:33:30 +0300
commit736f8a96bcb4c269bc687ae1988f8d346ac641dd (patch)
tree1731d2331f5dfd52b63239bfbd973afb7b373846
parentbaa95474abe6d47b3ccf6eeeb30162a0f2d277bd (diff)
steel bar doors are protected
-rw-r--r--doors.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/doors.lua b/doors.lua
index e70939f..8eb7196 100644
--- a/doors.lua
+++ b/doors.lua
@@ -17,6 +17,7 @@ doors.register("door_wood_bar", {
doors.register("door_iron_bar", {
tiles = {{ name = "minetest_errata_door_iron_bar.png", backface_culling = true }},
description = "Iron Bar Door",
+ protected = true,
inventory_image = "minetest_errata_door_iron_bar_item.png",
sound_open = "minetest_errata_door_iron_bar_open",
sound_close = "minetest_errata_door_iron_bar_close",
@@ -148,4 +149,4 @@ if minetest.get_modpath("moreblocks") then
}
})
-end \ No newline at end of file
+end