fix recipe
This commit is contained in:
parent
3cfbbae1b7
commit
cd8a188415
1 changed files with 2 additions and 5 deletions
|
@ -1553,11 +1553,8 @@ public class GT_MachineRecipeLoader implements Runnable {
|
|||
GT_Utility.removeSimpleIC2MachineRecipe(GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Redstone, 1L), GT_ModHandler.getMaceratorRecipeList(), ItemList.IC2_Plantball.get(1L, new Object[0]));
|
||||
GT_Utility.removeSimpleIC2MachineRecipe(GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Glowstone, 1L), GT_ModHandler.getMaceratorRecipeList(), ItemList.IC2_Plantball.get(1L, new Object[0]));
|
||||
GT_Utility.removeSimpleIC2MachineRecipe(GT_Values.NI, GT_ModHandler.getMaceratorRecipeList(), GT_ModHandler.getModItem("IC2", "itemBiochaff", 1L));
|
||||
GT_Utility.removeSimpleIC2MachineRecipe(new ItemStack(Blocks.cactus), GT_ModHandler.getCompressorRecipeList(), ItemList.IC2_Plantball.get(1L, new Object[0]));
|
||||
GT_Utility.removeSimpleIC2MachineRecipe(GT_ModHandler.getModItem("ExtraTrees", "food", 1L, 24), GT_ModHandler.getCompressorRecipeList(), ItemList.IC2_Plantball.get(1L, new Object[0]));
|
||||
|
||||
GT_ModHandler.addCompressionRecipe(GT_ModHandler.getModItem("IC2", "itemWeed", 16L), ItemList.IC2_Plantball.get(1L, new Object[0]));
|
||||
GT_ModHandler.addCompressionRecipe(GT_ModHandler.getModItem("ExtraTrees", "food", 64L, 24), ItemList.IC2_Plantball.get(1L, new Object[0]));
|
||||
GT_Utility.removeSimpleIC2MachineRecipe(new ItemStack(Blocks.cactus), GT_ModHandler.getCompressorRecipeList(), GT_ModHandler.getModItem("IC2", "itemFuelPlantBall", 1L));
|
||||
GT_Utility.removeSimpleIC2MachineRecipe(GT_ModHandler.getModItem("ExtraTrees", "food", 1L, 24), GT_ModHandler.getCompressorRecipeList(), GT_ModHandler.getModItem("IC2", "itemFuelPlantBall", 1L));
|
||||
|
||||
for (MaterialStack[] tMats : this.mAlloySmelterList) {
|
||||
ItemStack tDust1 = GT_OreDictUnificator.get(OrePrefixes.dust, tMats[0].mMaterial, tMats[0].mAmount);
|
||||
|
|
Loading…
Reference in a new issue