aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/items/ItemDrop.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/common/items/ItemDrop.java')
-rw-r--r--src/main/java/gregtech/common/items/ItemDrop.java126
1 files changed, 63 insertions, 63 deletions
diff --git a/src/main/java/gregtech/common/items/ItemDrop.java b/src/main/java/gregtech/common/items/ItemDrop.java
index 6604b887e6..6e62281812 100644
--- a/src/main/java/gregtech/common/items/ItemDrop.java
+++ b/src/main/java/gregtech/common/items/ItemDrop.java
@@ -103,85 +103,85 @@ public class ItemDrop extends Item {
tDrop = getStackForType(DropType.OIL);
addProcessLV(
- tDrop,
- Materials.OilHeavy.getFluid(100L),
- GT_ModHandler.getModItem(Forestry.ID, "propolis", 1L, 0),
- 3000,
- 8);
+ tDrop,
+ Materials.OilHeavy.getFluid(100L),
+ GT_ModHandler.getModItem(Forestry.ID, "propolis", 1L, 0),
+ 3000,
+ 8);
RecipeManagers.squeezerManager.addRecipe(
- 40,
- new ItemStack[] { tDrop },
- Materials.OilHeavy.getFluid(100L),
- GT_ModHandler.getModItem(Forestry.ID, "propolis", 1L, 0),
- 30);
+ 40,
+ new ItemStack[] { tDrop },
+ Materials.OilHeavy.getFluid(100L),
+ GT_ModHandler.getModItem(Forestry.ID, "propolis", 1L, 0),
+ 30);
tDrop = getStackForType(DropType.COOLANT);
addProcessLV(
- tDrop,
- new FluidStack(FluidRegistry.getFluid("ic2coolant"), 100),
- GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 0),
- 3000,
- 8);
+ tDrop,
+ new FluidStack(FluidRegistry.getFluid("ic2coolant"), 100),
+ GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 0),
+ 3000,
+ 8);
RecipeManagers.squeezerManager.addRecipe(
- 40,
- new ItemStack[] { tDrop },
- new FluidStack(FluidRegistry.getFluid("ic2coolant"), 100),
- GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 0),
- 30);
+ 40,
+ new ItemStack[] { tDrop },
+ new FluidStack(FluidRegistry.getFluid("ic2coolant"), 100),
+ GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 0),
+ 30);
tDrop = getStackForType(DropType.HOT_COOLANT);
addProcessLV(
- tDrop,
- new FluidStack(FluidRegistry.getFluid("ic2hotcoolant"), 100),
- GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 2),
- 3000,
- 8);
+ tDrop,
+ new FluidStack(FluidRegistry.getFluid("ic2hotcoolant"), 100),
+ GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 2),
+ 3000,
+ 8);
RecipeManagers.squeezerManager.addRecipe(
- 40,
- new ItemStack[] { tDrop },
- new FluidStack(FluidRegistry.getFluid("ic2hotcoolant"), 100),
- GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 2),
- 30);
+ 40,
+ new ItemStack[] { tDrop },
+ new FluidStack(FluidRegistry.getFluid("ic2hotcoolant"), 100),
+ GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 2),
+ 30);
tDrop = getStackForType(DropType.SNOW_QUEEN);
addProcessMV(
- tDrop,
- Materials.FierySteel.getFluid(200L),
- GT_ModHandler.getModItem(NewHorizonsCoreMod.ID, "SnowQueenBloodDrop", 1L, 0),
- 1500,
- 48);
+ tDrop,
+ Materials.FierySteel.getFluid(200L),
+ GT_ModHandler.getModItem(NewHorizonsCoreMod.ID, "SnowQueenBloodDrop", 1L, 0),
+ 1500,
+ 48);
tDrop = getStackForType(DropType.LAPIS);
addProcessLV(
- tDrop,
- new FluidStack(FluidRegistry.getFluid("ic2coolant"), 200),
- GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 3),
- 5000,
- 1200,
- 2);
+ tDrop,
+ new FluidStack(FluidRegistry.getFluid("ic2coolant"), 200),
+ GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 3),
+ 5000,
+ 1200,
+ 2);
RecipeManagers.squeezerManager.addRecipe(
- 400,
- new ItemStack[] { tDrop },
- new FluidStack(FluidRegistry.getFluid("ic2coolant"), 100),
- GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 3),
- 30);
+ 400,
+ new ItemStack[] { tDrop },
+ new FluidStack(FluidRegistry.getFluid("ic2coolant"), 100),
+ GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 3),
+ 30);
tDrop = getStackForType(DropType.HYDRA);
addProcessMV(
- tDrop,
- Materials.FierySteel.getFluid(50L),
- GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 2),
- 3000,
- 8);
+ tDrop,
+ Materials.FierySteel.getFluid(50L),
+ GT_ModHandler.getModItem(MagicBees.ID, "propolis", 1L, 2),
+ 3000,
+ 8);
tDrop = getStackForType(DropType.OXYGEN);
addProcessLV(
- tDrop,
- new FluidStack(FluidRegistry.getFluid("liquidoxygen"), 100),
- GT_ModHandler.getModItem(ExtraBees.ID, "propolis", 1L, 2),
- 250,
- 1200,
- 8);
+ tDrop,
+ new FluidStack(FluidRegistry.getFluid("liquidoxygen"), 100),
+ GT_ModHandler.getModItem(ExtraBees.ID, "propolis", 1L, 2),
+ 250,
+ 1200,
+ 8);
RecipeManagers.squeezerManager.addRecipe(
- 400,
- new ItemStack[] { tDrop },
- new FluidStack(FluidRegistry.getFluid("ic2coolant"), 100),
- GT_ModHandler.getModItem(ExtraBees.ID, "propolis", 1L, 2),
- 30);
+ 400,
+ new ItemStack[] { tDrop },
+ new FluidStack(FluidRegistry.getFluid("ic2coolant"), 100),
+ GT_ModHandler.getModItem(ExtraBees.ID, "propolis", 1L, 2),
+ 30);
tDrop = getStackForType(DropType.ENDERGOO);
if (HardcoreEnderExpansion.isModLoaded())
addProcessHV(tDrop, new FluidStack(FluidRegistry.getFluid("endergoo"), 500), GT_Values.NI, 1000);
@@ -192,7 +192,7 @@ public class ItemDrop extends Item {
}
public void addProcessLV(ItemStack tDrop, FluidStack aOutput, ItemStack aOutput2, int aChance, int aDuration,
- int aEUt) {
+ int aEUt) {
GT_Values.RA.addFluidExtractionRecipe(tDrop, aOutput2, aOutput, aChance, aDuration, aEUt);
}