ModTweaker:Actually Additions Support 1.10.2
From MineTweaker 3
Handlers Supported
The following handlers are supported:
- Atomic Reconstructor
- Coffee Maker
- Compost
- Crusher
- Empowerer
Each of these handlers can have recipes added or removed:
Parameters marked as red are optional and can be left out //Atomic Reconstructor //InputStack, OutputStack, Energy mods.actuallyadditions.AtomicReconstructor.addRecipe(<minecraft:diamond>, <minecraft:dirt>, 1000); //OutputStack mods.actuallyadditions.AtomicReconstructor.remove(<minecraft:dirt>); //Coffee Maker //InputStack, Amplifier, EffectArray, DurationArray mods.actuallyadditions.CoffeeMaker.addRecipe(<minecraft:netherrack>, 10, ["swiftness"], [1]); //InputStack mods.actuallyadditions.CoffeeMaker.remove(<minecraft:sugar>); //Compost //InputStack, InputDisplay, OutputStack, OutputDisplay mods.actuallyadditions.Compost.addRecipe(<minecraft:sugar>, <minecraft:snow>, <minecraft:dirt>, <minecraft:dirt>); //InputStack mods.actuallyadditions.Compost.remove(<minecraft:dirt>); //Crusher //InputStack, OutputStack, Output2Stack, Output2Chance mods.actuallyadditions.Crusher.addRecipe(<minecraft:iron_ore>, <minecraft:iron_ingot>, <minecraft:stone>, 50); //InputStack mods.actuallyadditions.Crusher.remove(<minecraft:gold_ore>); //Empowerer //InputStack, OutputStack, ModifierStack mods.actuallyadditions.Empowerer.addRecipe(<minecraft:iron_ingot>, <minecraft:gold_ingot>, <minecraft:redstone_dust>); //InputStack, OutputStack mods.actuallyadditions.Empowerer.remove(<minecraft:gold_ore>, <minecraft:gold_ingot>);
ModTweaker Supported Mods |
---|
Actually Additions Support| Blood Magic Support| Botania Support| Chisel 2 Support| Embers Support| Extra Utilities Support| Forestry Support| Random Things Support| Refined Storage Support| Tinker's Construct Support |