aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-02-25 22:48:20 +0100
committerMartin Robertz <dream-master@gmx.net>2022-02-25 22:48:20 +0100
commit290d94534c35bd8929a597385f1c1af2ba573d03 (patch)
tree823bb17ae6b92b9bcf3cae1336e660c7363800cd /src/main
parentcb2e4b6138b6d042e8299355189188375e9c62b3 (diff)
downloadGT5-Unofficial-290d94534c35bd8929a597385f1c1af2ba573d03.tar.gz
GT5-Unofficial-290d94534c35bd8929a597385f1c1af2ba573d03.tar.bz2
GT5-Unofficial-290d94534c35bd8929a597385f1c1af2ba573d03.zip
change back to 15
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/recipe/BaseRecipeLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/BaseRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/recipe/BaseRecipeLoader.java
index a38fe567c2..23bf1d308e 100644
--- a/src/main/java/com/github/technus/tectech/loader/recipe/BaseRecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/recipe/BaseRecipeLoader.java
@@ -44,7 +44,7 @@ public class BaseRecipeLoader {
// 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),