aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-08 23:08:38 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-08 23:08:38 +1000
commita9c1cbd0288f630fc273a7a10b10a68dbcd3b134 (patch)
tree95b24b34cea03766d40355285d48d0f59bddfcbf /src/Java/gtPlusPlus/core/recipe
parent03bcdb88d8c71fcb7c61817722e11882d0fb1a62 (diff)
downloadGT5-Unofficial-a9c1cbd0288f630fc273a7a10b10a68dbcd3b134.tar.gz
GT5-Unofficial-a9c1cbd0288f630fc273a7a10b10a68dbcd3b134.tar.bz2
GT5-Unofficial-a9c1cbd0288f630fc273a7a10b10a68dbcd3b134.zip
+ Added recipe for Fishing Port and Aquatic Casings.
+ Added Fishing Port config option.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index a460d7ca59..d22567a5b7 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -1085,7 +1085,7 @@ public class RECIPES_Machines {
"plateStainlessSteel",CI.emitter_ULV,"plateStainlessSteel",
ItemUtils.getSimpleStack(ModBlocks.blockProjectTable));
}
-
+
if (CORE.ConfigSwitches.enableMultiblock_IndustrialCuttingMachine){
ItemStack plate = ALLOY.MARAGING300.getPlate(1);
RecipeUtils.recipeBuilder(
@@ -1101,6 +1101,21 @@ public class RECIPES_Machines {
GregtechItemList.Industrial_CuttingFactoryController.get(1));
}
+ if (CORE.ConfigSwitches.enableMultiblock_IndustrialFishingPort){
+ ItemStack plate = ALLOY.INCONEL_792.getPlate(1);
+ RecipeUtils.recipeBuilder(
+ plate, CI.craftingToolHammer_Hard, plate,
+ "plateEglinSteel", "frameGtEglinSteel", "plateEglinSteel",
+ plate, CI.craftingToolWrench, plate,
+ GregtechItemList.Casing_FishPond.get(Casing_Amount));
+
+ RecipeUtils.recipeBuilder(
+ plate,CI.getTieredCircuit(3),plate,
+ "wireFineElectrum", ItemUtils.getSimpleStack(ModBlocks.blockFishTrap), "wireFineElectrum",
+ plate,CI.getTieredCircuit(2),plate,
+ GregtechItemList.Industrial_FishingPond.get(1));
+ }
+
//Wireless Chargers
RecipeUtils.addShapedGregtechRecipe(
CI.emitter_LV, CI.circuitTier1, CI.emitter_LV,