Skip to content

Commit

Permalink
Fix broken treated wood recipes (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Electrolyte220 authored Sep 30, 2024
1 parent 6e6de8b commit 45a4800
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ private static List<WoodTypeEntry> getDefaultEntries() {
.sign(GTBlocks.TREATED_WOOD_SIGN.asItem(), null)
.hangingSign(GTBlocks.TREATED_WOOD_HANGING_SIGN.asItem(), null)
.material(TreatedWood)
.generateLogToPlankRecipe(false)
.registerUnificationInfo(false, true, true, true, true, true, true, true)
.build());
}
Expand Down

0 comments on commit 45a4800

Please sign in to comment.