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 and krossgg committed Oct 13, 2024
1 parent fb23c28 commit 02bde2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,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 02bde2e

Please sign in to comment.