Skip to content

Commit

Permalink
add circuit alternatives (#11026)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Aug 15, 2022
1 parent d96869d commit 523bdd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/Extra-Utilities.zs
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,10 @@ Assembler.addRecipe(EExtractionPipe, <gregtech:gt.metaitem.01:17303> * 2, Energy
Assembler.addRecipe(HyperRationingPipe, RationingPipe, <gregtech:gt.metaitem.01:32708>, 400, 64);
// -
Assembler.addRecipe(HyperRationingPipe, RationingPipe, <gregtech:gt.metaitem.01:32704>, 200, 64);
// -
Assembler.addRecipe(HyperRationingPipe, RationingPipe, <gregtech:gt.metaitem.03:32083>, 200, 64);
// -
Assembler.addRecipe(HyperRationingPipe, RationingPipe, <gregtech:gt.metaitem.03:32085>, 200, 64);

// --- Trash Can
Assembler.addRecipe(<ExtraUtilities:trashcan>, <gregtech:gt.metaitem.01:17032> * 4, <minecraft:ender_pearl>, 200, 30);
Expand Down

0 comments on commit 523bdd1

Please sign in to comment.