aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2022-01-21 19:20:47 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2022-01-21 19:20:47 +0000
commit19bb5c4bef57d70ed9cbfaf0b5c0f508e5da34cc (patch)
tree6efaae64174e4fe8f34143edc0d6d177dd99c554
parentba8f7141fb7f91c0f7e769afa9bf406071f33759 (diff)
downloadGT5-Unofficial-19bb5c4bef57d70ed9cbfaf0b5c0f508e5da34cc.tar.gz
GT5-Unofficial-19bb5c4bef57d70ed9cbfaf0b5c0f508e5da34cc.tar.bz2
GT5-Unofficial-19bb5c4bef57d70ed9cbfaf0b5c0f508e5da34cc.zip
Added CCC dep.
Fixed missing }.
-rw-r--r--dependencies.gradle3
-rw-r--r--src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java8
2 files changed, 6 insertions, 5 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 8643003184..3aa0e982f2 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -6,6 +6,9 @@ dependencies {
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.1.22-GTNH:dev") {
transitive = false
}
+ compileOnly("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev") {
+ transitive = false
+ }
compileOnly("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev") {
transitive = false
}
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index e8a681b5ab..808c977ef0 100644
--- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -101,13 +101,9 @@ public class RECIPES_GREGTECH {
RECIPES_SeleniumProcessing.init();
RECIPES_RareEarthProcessing.init();
-
-
-
-
-
addFuels();
}
+
private static void alloySmelterRecipes() {
//Wood's Glass Laser Lens
@@ -117,6 +113,8 @@ public class RECIPES_GREGTECH {
GregtechItemList.Laser_Lens_WoodsGlass.get(1),
20 * 300,
MaterialUtils.getVoltageForTier(3));
+
+ }
private static void packagerRecipes() {