Difference between revisions of "ModTweaker:Factorization Support"
From MineTweaker 3
Line 2: | Line 2: | ||
The following handlers are supported: | The following handlers are supported: | ||
− | * | + | * Crucible |
− | * | + | * Steaming |
− | + | ||
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: | ||
− | // | + | //Crucible |
− | // | + | //LiquidString, Ingot, Plate, Nugget, Red, Green, Blue |
− | mods. | + | mods.fsp.Crucible.addLiquid("liquidClay", <minecraft:brick_block>, <minecraft:stone_slab:4>, <minecraft:brick>, 203, 74, 42); |
− | + | //InputStack, LiquidString, FluidAmount //1 = Nugget, 6 = Plate, 9 = Ingot | |
− | + | mods.fsp.Crucible.addMelting(<minecraft:brick>, "liquidClay", 1); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | //InputStack, | + | |
− | mods. | + | |
//InputStack | //InputStack | ||
− | mods. | + | mods.fsp.Crucible.removeMelting(<minecraft:gold_ingot>); #NOT WORKING |
+ | //InputStack, LiquidString, FluidAmount, OutputStack | ||
+ | mods.fsp.Crucible.addDunking(<minecraft:brick>, "liquidClay", 1, <minecraft:netherbrick>); | ||
+ | //InputStack, LiquidString | ||
+ | mods.fsp.Crucible.removeDunking(<minecraft:iron_ingot>, "liquidGold"); | ||
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} |
Revision as of 15:45, 24 January 2015
Handlers Supported
The following handlers are supported:
- Crucible
- Steaming
Each of these handlers can have recipes added or removed:
//Crucible //LiquidString, Ingot, Plate, Nugget, Red, Green, Blue mods.fsp.Crucible.addLiquid("liquidClay", <minecraft:brick_block>, <minecraft:stone_slab:4>, <minecraft:brick>, 203, 74, 42); //InputStack, LiquidString, FluidAmount //1 = Nugget, 6 = Plate, 9 = Ingot mods.fsp.Crucible.addMelting(<minecraft:brick>, "liquidClay", 1); //InputStack mods.fsp.Crucible.removeMelting(<minecraft:gold_ingot>); #NOT WORKING //InputStack, LiquidString, FluidAmount, OutputStack mods.fsp.Crucible.addDunking(<minecraft:brick>, "liquidClay", 1, <minecraft:netherbrick>); //InputStack, LiquidString mods.fsp.Crucible.removeDunking(<minecraft:iron_ingot>, "liquidGold");
ModTweaker Supported Mods |
---|
Applied Energistics 2 | Aura Cascade | Botania | Chisel 2 | Ex Nihilo | Extra Utilities | Factorization | Flaxbeard's Steam Power Support | Forestry | Mariculture | Mekanism | Metallurgy 4 | PneumaticCraft | Railcraft | Thaumcraft 4 | Thermal Expansion | Tinker's Construct |