Difference between revisions of "ModTweaker:Ex Nihilo Support"

From MineTweaker 3
Jump to: navigation, search
(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(float 1 = full barrel), HexColor(e.g. "000000" = black)
+
  //InputStack, FillAmount(1.0 = full barrel), HexColor(e.g. "000000" = black)
  mods.exnihilo.Composting.addRecipe(<minecraft:planks>, 1.5, "000000"); //Color is optional, defaults to green
+
  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