Difference between revisions of "ModTweaker:Ex Nihilo Support"
From MineTweaker 3
(Created page with "== Handlers Supported == The following handlers are supported: * Composting * Crucible Heat Source * Crucible Melting * Hammer Recipes * Sieve Each of these handlers can hav...") |
|||
Line 11: | Line 11: | ||
// Composting | // Composting | ||
− | //InputStack, FillAmount( | + | //InputStack, FillAmount(1.0 = full barrel), HexColor(e.g. "000000" = black) |
− | mods.exnihilo.Composting.addRecipe(<minecraft:planks>, | + | mods.exnihilo.Composting.addRecipe(<minecraft:planks>, 0.25, "000000"); //Color is optional, defaults to green |
//InputStack | //InputStack | ||
mods.exnihilo.Composting.removeRecipe(<minecraft:stick>); | mods.exnihilo.Composting.removeRecipe(<minecraft:stick>); |
Revision as of 10:01, 11 July 2014
Handlers Supported
The following handlers are supported:
- Composting
- Crucible Heat Source
- Crucible Melting
- Hammer Recipes
- Sieve
Each of these handlers can have recipes added or removed:
// Composting //InputStack, FillAmount(1.0 = full barrel), HexColor(e.g. "000000" = black) mods.exnihilo.Composting.addRecipe(<minecraft:planks>, 0.25, "000000"); //Color is optional, defaults to green //InputStack mods.exnihilo.Composting.removeRecipe(<minecraft:stick>); // Crucible Heat Sources
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 |