aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuperCoder79 <k.pranav@gmail.com>2017-11-03 22:31:56 -0400
committerGitHub <noreply@github.com>2017-11-03 22:31:56 -0400
commita86dde4040d3c4bc1722f8f0f2ca2568b3039bab (patch)
treeea6f8b316b5c4560d54cdd69f4973ab24aa0facb
parent5067a6fe4f3a9e90bf17711e99da589d004ff53a (diff)
downloadGT5-Unofficial-a86dde4040d3c4bc1722f8f0f2ca2568b3039bab.tar.gz
GT5-Unofficial-a86dde4040d3c4bc1722f8f0f2ca2568b3039bab.tar.bz2
GT5-Unofficial-a86dde4040d3c4bc1722f8f0f2ca2568b3039bab.zip
change compressedPlantball to plantball
-rw-r--r--src/main/java/gregtech/loaders/oreprocessing/ProcessingSaplings.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingSaplings.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingSaplings.java
index 49f439bb81..de70b40bfb 100644
--- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingSaplings.java
+++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingSaplings.java
@@ -16,7 +16,7 @@ public class ProcessingSaplings implements gregtech.api.interfaces.IOreRecipeReg
public void registerOre(OrePrefixes aPrefix, Materials aMaterial, String aOreDictName, String aModName, ItemStack aStack) {
GT_ModHandler.addPulverisationRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.dustSmall, Materials.Wood, 2L), null, 0, false);
- GT_ModHandler.addCompressionRecipe(GT_Utility.copyAmount(8L, new Object[]{aStack}), ItemList.IC2_PlantballCompressed.get(1L, new Object[0]));
+ GT_ModHandler.addCompressionRecipe(GT_Utility.copyAmount(8L, new Object[]{aStack}), ItemList.IC2_Plantball.get(1L, new Object[0]));
GT_Values.RA.addLatheRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.stick, Materials.Wood, 1L), GT_OreDictUnificator.get(OrePrefixes.dustTiny, Materials.Wood, 1L), 16, 8);
}
}