diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-27 01:02:35 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-27 01:02:35 +1000 |
commit | 77ae1498e2276df9046ce4e28fe2138877c63bea (patch) | |
tree | 418e35457857fcd64ebb3e0f6cfc7818307c5bba /src/Java/gtPlusPlus/core | |
parent | 0d18c5ebd32acf0fc58643d40229947eee547e49 (diff) | |
download | GT5-Unofficial-77ae1498e2276df9046ce4e28fe2138877c63bea.tar.gz GT5-Unofficial-77ae1498e2276df9046ce4e28fe2138877c63bea.tar.bz2 GT5-Unofficial-77ae1498e2276df9046ce4e28fe2138877c63bea.zip |
$ Fixed Sugarcane to Plant Fiber recipe.
Diffstat (limited to 'src/Java/gtPlusPlus/core')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_General.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java index 180294c597..4304fdaff5 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java @@ -171,7 +171,7 @@ public class RECIPES_General { RecipeUtils.addShapelessGregtechRecipe( new ItemStack[]{ - ItemUtils.getItemStackOfAmountFromOreDictNoBroken(CI.craftingToolKnife, 1), ItemUtils.getSimpleStack(Blocks.reeds)}, + ItemUtils.getItemStackOfAmountFromOreDictNoBroken(CI.craftingToolKnife, 1), ItemUtils.getSimpleStack(Items.reeds)}, ItemUtils.getSimpleStack(ModItems.itemFiber, 16) ); |