Allow steel trapdoors to be opened by players (#764)

* steel doors and trapdoors: protected = false
This commit is contained in:
-sniper- 2021-01-28 16:20:03 +01:00 committed by GitHub
parent 5e955ad4a4
commit 1b62c12b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ doors.register_trapdoor("doors:trapdoor_steel", {
wield_image = "doors_trapdoor_steel.png",
tile_front = "doors_trapdoor_steel.png",
tile_side = "doors_trapdoor_steel_side.png",
protected = true,
protected = false,
sounds = default.node_sound_metal_defaults(),
sound_open = "doors_steel_door_open",
sound_close = "doors_steel_door_close",