Skip to content

Commit

Permalink
feat(recipes): ✏️add [Silicon Block]=>[Printed Silicon] in [Cutting M…
Browse files Browse the repository at this point in the history
…achine]
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent 08f1892 commit 27b52ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mods/appliedenergistics.zs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ for item, mass in itemMass {
}

// [Printed (Every) Circuit] shortcut in [Cutting Machine]
scripts.process.saw(<ore:blockSilicon>, <appliedenergistics2:material:20> * 9, 'only: AdvRockCutter');
scripts.process.saw(<ore:blockGold>, <appliedenergistics2:material:18> * 9, 'only: AdvRockCutter');
scripts.process.saw(<ore:blockDiamond>, <appliedenergistics2:material:17> * 9, 'only: AdvRockCutter');
scripts.process.saw(<ore:crystalPureCertusQuartz> * 9, <appliedenergistics2:material:16> * 9, 'only: AdvRockCutter');
Expand Down

0 comments on commit 27b52ed

Please sign in to comment.