Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
change back to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Feb 25, 2022
1 parent cb2e4b6 commit 290d945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void run(EMTransformationRegistry transformationInfo) {
// Recipes init - common goes here rest goes into methods below
// ===================================================================================================

for(int i=0;i<=16;i++) {
for(int i=0;i<=15;i++) {
RA.addAssemblerRecipe(new ItemStack[]{GT_Utility.getIntegratedCircuit(i+1),
GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Cobalt, 1)},
Materials.Aluminium.getMolten(864),
Expand Down

0 comments on commit 290d945

Please sign in to comment.