Skip to content

Commit

Permalink
Fix transient pale oak doors not being in the doors tag
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored and Patbox committed Nov 14, 2024
1 parent d2b6aa8 commit f35ab8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ protected void configure(WrapperLookup lookup) {
.add(NEBlocks.TRANSIENT_CHERRY_DOOR)
.add(NEBlocks.TRANSIENT_DARK_OAK_DOOR)
.add(NEBlocks.TRANSIENT_MANGROVE_DOOR)
.add(NEBlocks.TRANSIENT_PALE_OAK_DOOR)
.add(NEBlocks.TRANSIENT_BAMBOO_DOOR)
.add(NEBlocks.TRANSIENT_CRIMSON_DOOR)
.add(NEBlocks.TRANSIENT_WARPED_DOOR);
Expand Down

0 comments on commit f35ab8b

Please sign in to comment.