Skip to content

Commit

Permalink
fix(recipes): ✏️[Cutting Machine] add all missed Log=>Planks recipes …
Browse files Browse the repository at this point in the history
…including Vanilla
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent 68b1694 commit fd6fc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/category/wood_saw.zs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for log, plank in scripts.lib.wood.logPlank {
|| id == 'extrautils2:decorativesolidwood'
|| id == 'thaumcraft:taint_log'
? 'no exceptions'
: 'only: mekSawmill';
: 'only: mekSawmill AdvRockCutter';
saw(log, plank, exceptions);
}

Expand Down

0 comments on commit fd6fc0b

Please sign in to comment.