diff options
author | miozune <miozune@gmail.com> | 2022-10-13 02:01:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 19:01:45 +0200 |
commit | 166c7411daeb523cd8411e6db2822a8de6705a22 (patch) | |
tree | b4dad92076f0365f3c4d7c8dc5cd1169e40063e8 /src | |
parent | 6c5910a4e7f342b09fcf3a642dfd3cac8879545d (diff) | |
download | GT5-Unofficial-166c7411daeb523cd8411e6db2822a8de6705a22.tar.gz GT5-Unofficial-166c7411daeb523cd8411e6db2822a8de6705a22.tar.bz2 GT5-Unofficial-166c7411daeb523cd8411e6db2822a8de6705a22.zip |
Remove circuit 0 (#215)
Former-commit-id: 82d1d14bcd56ba299ec21a8282aae977fc3c9ed9
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/bartimaeusnek/bartworks/system/material/processingLoaders/AdditionalRecipes.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/system/material/processingLoaders/AdditionalRecipes.java b/src/main/java/com/github/bartimaeusnek/bartworks/system/material/processingLoaders/AdditionalRecipes.java index 149bd67629..6df9b03f4a 100644 --- a/src/main/java/com/github/bartimaeusnek/bartworks/system/material/processingLoaders/AdditionalRecipes.java +++ b/src/main/java/com/github/bartimaeusnek/bartworks/system/material/processingLoaders/AdditionalRecipes.java @@ -207,7 +207,7 @@ public class AdditionalRecipes { new BWRecipes.BacteriaVatRecipe( true, new ItemStack[] { - GT_Utility.getIntegratedCircuit(0), new ItemStack(Items.sugar, 64) + GT_Utility.getIntegratedCircuit(1), new ItemStack(Items.sugar, 64) }, null, BioItemList.getPetriDish(bioCulture), |