aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-01-31 06:59:16 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-01-31 06:59:16 +1000
commitc793ff869c74bae8c35516042f5ae883aeb270c9 (patch)
tree56ced5386f9bfeee1faa9629926f0e6ca6493c53 /src/Java/gtPlusPlus/core/recipe
parent453a77485c9e630e90a98023bce17b0db2b5aa5b (diff)
downloadGT5-Unofficial-c793ff869c74bae8c35516042f5ae883aeb270c9.tar.gz
GT5-Unofficial-c793ff869c74bae8c35516042f5ae883aeb270c9.tar.bz2
GT5-Unofficial-c793ff869c74bae8c35516042f5ae883aeb270c9.zip
$ Minor fixes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_General.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java
index 4f69840290..35b05ee48d 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java
@@ -126,14 +126,14 @@ public class RECIPES_General {
CI.explosiveITNT, CI.explosiveTNT, CI.explosiveITNT,
CI.explosiveTNT, "frameGtWroughtIron", CI.explosiveTNT,
"dustSulfur", CI.explosiveTNT, "dustSulfur",
- ItemUtils.getSimpleStack(ModBlocks.blockMiningExplosive))){
+ ItemUtils.getSimpleStack(ModBlocks.blockMiningExplosive, 3))){
Logger.INFO("Added a recipe for Mining Explosives.");
}
//Mystic Frame
if (RecipeUtils.recipeBuilder(
CI.sensor_HV, CI.fieldGenerator_MV, CI.sensor_HV,
- CI.craftingToolHammer_Hard, ItemList.Casing_SolidSteel, CI.craftingToolSolderingIron,
+ CI.craftingToolHammer_Hard, ItemList.Casing_SolidSteel.get(1), CI.craftingToolSolderingIron,
CI.emitter_HV, CI.fieldGenerator_MV, CI.emitter_HV,
ItemUtils.getSimpleStack(Dimension_DarkWorld.blockPortalFrame, 2))){
Logger.INFO("Added a recipe for the Toxic Everglades Portal frame");