Skip to content

Commit

Permalink
Fix treated wood stick saw recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 6, 2024
1 parent 37905ee commit 27e1e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ private static void registerGTWoodRecipes() {
'L', MetaBlocks.PLANKS.getItemVariant(BlockGregPlanks.BlockType.TREATED_PLANK));
if (ConfigHolder.recipes.nerfWoodCrafting) {
ModHandler.addShapedRecipe("treated_wood_stick_saw", OreDictUnifier.get(OrePrefix.stick, TreatedWood, 4),
"s", "L",
"s", "L", "L",
'L', MetaBlocks.PLANKS.getItemVariant(BlockGregPlanks.BlockType.TREATED_PLANK));
}
}
Expand Down

0 comments on commit 27e1e65

Please sign in to comment.