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

Commit

Permalink
change control circuit settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Feb 25, 2022
1 parent ab10632 commit cb2e4b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public void run(EMTransformationRegistry transformationInfo) {
// Recipes init - common goes here rest goes into methods below
// ===================================================================================================

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

0 comments on commit cb2e4b6

Please sign in to comment.