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

Commit

Permalink
Merge pull request #42 from GTNewHorizons/circuit0-fix
Browse files Browse the repository at this point in the history
Circuit0 fix
  • Loading branch information
Dream-Master authored Feb 26, 2022
2 parents cb54884 + 290d945 commit 4e2f7ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void run(EMTransformationRegistry transformationInfo) {
// ===================================================================================================

for(int i=0;i<=15;i++) {
RA.addAssemblerRecipe(new ItemStack[]{GT_Utility.getIntegratedCircuit(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 4e2f7ba

Please sign in to comment.