aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/preload
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-08-31 10:43:06 +0200
committerGitHub <noreply@github.com>2022-08-31 10:43:06 +0200
commit0c50a48fc4d4448c084ca3535af37b4981dd2d7c (patch)
tree28077f6375f883a15cc91276677c857e616d83aa /src/main/java/gregtech/loaders/preload
parent4927a8885381ca48479be71e7cdb37aae9cbf5fd (diff)
downloadGT5-Unofficial-0c50a48fc4d4448c084ca3535af37b4981dd2d7c.tar.gz
GT5-Unofficial-0c50a48fc4d4448c084ca3535af37b4981dd2d7c.tar.bz2
GT5-Unofficial-0c50a48fc4d4448c084ca3535af37b4981dd2d7c.zip
Two slots wiremill (#1324)
* add a circuit slot to wiremil * add circuits to wire recipes * add 2 input slots to Wiremil * exchange circuit and material slot * add 2x-16x wires to wiremil * add missing 12x wires * add slot migration code (#1326) * spotlessApply (#1327) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/loaders/preload')
-rw-r--r--src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java b/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
index aee66594ea..f0b9814db8 100644
--- a/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
+++ b/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
@@ -5469,7 +5469,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
1,
"Produces Wires more efficiently",
GT_Recipe.GT_Recipe_Map.sWiremillRecipes,
- 1,
+ 2,
1,
0,
0,
@@ -5501,7 +5501,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
2,
"Produces Wires more efficiently",
GT_Recipe.GT_Recipe_Map.sWiremillRecipes,
- 1,
+ 2,
1,
0,
0,
@@ -5533,7 +5533,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
3,
"Produces Wires more efficiently",
GT_Recipe.GT_Recipe_Map.sWiremillRecipes,
- 1,
+ 2,
1,
0,
0,
@@ -5565,7 +5565,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
4,
"Produces Wires more efficiently",
GT_Recipe.GT_Recipe_Map.sWiremillRecipes,
- 1,
+ 2,
1,
0,
0,
@@ -5597,7 +5597,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
5,
"Produces Wires more efficiently",
GT_Recipe.GT_Recipe_Map.sWiremillRecipes,
- 1,
+ 2,
1,
0,
0,