Skip to content

Commit

Permalink
readd reinforced iron trapdoor to proper position in tech tab
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Oct 12, 2023
1 parent 11c6745 commit c862124
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public class SCCreativeModeTabs {
output.accept(new ItemStack(SCContent.WIRE_CUTTERS.get()));
output.accept(new ItemStack(SCContent.IRON_FENCE.get()));
output.accept(new ItemStack(SCContent.REINFORCED_FENCE_GATE.get()));
output.accept(new ItemStack(SCContent.REINFORCED_IRON_TRAPDOOR.get()));
output.accept(new ItemStack(SCContent.KEYPAD_TRAPDOOR.get()));
output.accept(new ItemStack(SCContent.SCANNER_TRAPDOOR.get()));
output.accept(new ItemStack(SCContent.REINFORCED_DOOR_ITEM.get()));
Expand Down

0 comments on commit c862124

Please sign in to comment.