-
Notifications
You must be signed in to change notification settings - Fork 51
Home
desht edited this page Nov 16, 2017
·
21 revisions
Thanks https://github.com/Zixxl for getting CraftTweaker integrated!
Supported CraftTweaker commands:
-
Assembly - mods.pneumaticcraft.assembly
-
Laser
addLaserRecipe(IItemStack input, IItemStack output)
removeLaserRecipe(IIngredient output)
removeAllLaserRecipes()
-
Drill
addDrillRecipe(IItemStack input, IItemStack output)
removeDrillRecipe(IIngredient output)
removeAllDrillRecipes()
-
DrillLaser
addDrillLaserRecipe(IItemStack input, IItemStack output)
removeDrillLaserRecipe(IIngredient output)
removeAllDrillRecipes()
-
Common
removeAllRecipes()
-
Laser
-
Heat Frame Cooling - mods.pneumaticcraft.heatframecooling
addRecipe(IItemStack input, IItemStack output)
addRecipe(IOreDictEntry input, IItemStack output)
removeRecipe(IIngredient output)
removeAllRecipes()
-
Pressure Chamber - mods.pneumaticcraft.pressurechamber
addRecipe(IIngredient[] input, double pressure, IItemStack[] output)
removeRecipe(IIngredient[] output)
removeAllRecipes()
-
Refinery - mods.pneumaticcraft.refinery
addRecipe(ILiquidStack input, ILiquidStack[] outputs)
removeRecipe(IIngredient[] outputs)
removeRecipes(ILiquidStack input)
removeAllRecipes()
-
Thermopneumatic Processing Plant - mods.pneumaticcraft.thermopneumaticprocessingplant
addRecipe(IItemStack itemInput, double pressure, double temperature, ILiquidStack output)
addRecipe(ILiquidStack liquidInput, IItemStack itemInput, double pressure, double temperature, ILiquidStack output)
removeRecipe(IIngredient output)
removeAllRecipes()