Skip to content

Commit

Permalink
Add 1.20 doors and gates to config
Browse files Browse the repository at this point in the history
Useful for forwards compatibility, and for servers that are running the preview
  • Loading branch information
rutgerkok committed Apr 1, 2023
1 parent aed37ef commit 7c18cd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ connectContainers: false
# http://minecraft.gamepedia.com/Data_values#Door
protectableDoors:
- acacia_door
- bamboo_door
- birch_door
- cherry_door
- crimson_door
- dark_oak_door
- iron_door
Expand All @@ -99,8 +101,12 @@ protectableDoors:
protectableAttachables:
- acacia_fence_gate
- acacia_trapdoor
- bamboo_fence_gate
- bamboo_trapdoor
- birch_fence_gate
- birch_trapdoor
- cherry_fence_gate
- cherry_trapdoor
- crimson_fence_gate
- crimson_trapdoor
- dark_oak_fence_gate
Expand Down

0 comments on commit 7c18cd1

Please sign in to comment.