diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-10-03 20:33:30 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-10-03 20:33:30 +0300 |
commit | 736f8a96bcb4c269bc687ae1988f8d346ac641dd (patch) | |
tree | 1731d2331f5dfd52b63239bfbd973afb7b373846 | |
parent | baa95474abe6d47b3ccf6eeeb30162a0f2d277bd (diff) |
steel bar doors are protected
-rw-r--r-- | doors.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |