aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-08-20 14:09:45 +0200
committerMartin Robertz <dream-master@gmx.net>2022-08-20 14:09:45 +0200
commit731ca874189c2f53da0db433390801f9cb30ce95 (patch)
tree737442ccf7b3f5feb906f4bdd5978aecc55c9d94 /src/main/java/com
parent49f0ad704549daedba16f3356bf5db539fd6ad3d (diff)
downloadGT5-Unofficial-731ca874189c2f53da0db433390801f9cb30ce95.tar.gz
GT5-Unofficial-731ca874189c2f53da0db433390801f9cb30ce95.tar.bz2
GT5-Unofficial-731ca874189c2f53da0db433390801f9cb30ce95.zip
buff schematics
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
index 037779ee42..0dd87967f0 100644
--- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
@@ -3495,8 +3495,8 @@ public class DreamCraftRecipeLoader {
// DE Schematics Cores Tier 1
TT_recipeAdder.addResearchableAssemblylineRecipe(
GT_ModHandler.getModItem("EMT", "EMT_GTBLOCK_CASEING", 1, 9),
- 500_000,
- 1024,
+ 5_000_000,
+ 512,
1_000_000,
4,
new Object[] {
@@ -3509,14 +3509,14 @@ public class DreamCraftRecipeLoader {
Materials.Sunnarium.getMolten(14400L), Materials.Void.getMolten(28800L),
},
GT_ModHandler.getModItem("EMT", "EMTItems", 1, 16),
- 12000,
+ 6000,
500_000);
// DE Schematics Cores Tier 2
TT_recipeAdder.addResearchableAssemblylineRecipe(
GT_ModHandler.getModItem("DraconicEvolution", "draconicCore", 1, 0),
- 5_000_000,
- 2048,
+ 10_000_000,
+ 1024,
4_000_000,
8,
new Object[] {
@@ -3529,14 +3529,14 @@ public class DreamCraftRecipeLoader {
Materials.Neutronium.getMolten(14400L), Materials.Void.getMolten(57600L),
},
GT_ModHandler.getModItem("EMT", "EMTItems", 1, 17),
- 24000,
+ 12000,
2_000_000);
// DE Schematics Cores Tier 3
TT_recipeAdder.addResearchableAssemblylineRecipe(
GT_ModHandler.getModItem("DraconicEvolution", "wyvernCore", 1, 0),
- 50_000_000,
- 4096,
+ 20_000_000,
+ 2048,
16_000_000,
16,
new Object[] {
@@ -3549,13 +3549,13 @@ public class DreamCraftRecipeLoader {
Materials.Infinity.getMolten(14400L), Materials.Void.getMolten(115200L),
},
GT_ModHandler.getModItem("EMT", "EMTItems", 1, 18),
- 36000,
+ 24000,
8_000_000);
// DE Schematics Cores Tier 4
TT_recipeAdder.addResearchableAssemblylineRecipe(
GT_ModHandler.getModItem("DraconicEvolution", "awakenedCore", 1, 0),
- 500_000_000,
- 8192,
+ 40_000_000,
+ 4096,
64_000_000,
64,
new Object[] {
@@ -3568,7 +3568,7 @@ public class DreamCraftRecipeLoader {
Materials.SpaceTime.getMolten(14400L), Materials.Void.getMolten(230400L),
},
GT_ModHandler.getModItem("EMT", "EMTItems", 1, 19),
- 72000,
+ 36000,
32_000_000);
}
}