ModTweaker:Forestry Support

From MineTweaker 3
Revision as of 14:36, 17 January 2015 by Yulife (Talk) (Created page with "== Handlers Supported == The following handlers are supported: * Bees (0.7+) * Carpenter (0.7+) * Fermenter (0.7+) * Moistener (0.7+) * Squeezer (0.7+) * Still(0.7+) Each of...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Handlers Supported

The following handlers are supported:

  • Bees (0.7+)
  • Carpenter (0.7+)
  • Fermenter (0.7+)
  • Moistener (0.7+)
  • Squeezer (0.7+)
  • Still(0.7+)

Each of these handlers can have recipes added or removed:

// Carpenter Recipes
//Time recipe requires (Ticks), InputFluid, InputStack Box, InputStack Array, OutputStack //InputStack Box is the slot where Cartons and Crates are by default, it can accept any item, optional
mods.forestry.Carpenter.addRecipe(20, <liquid:seedoil> * 100, <minecraft:log:*>, [null, <minecraft:planks:*>, null, <minecraft:planks:*>, null, <minecraft:planks:*>, null, <minecraft:planks:*>, null], <Forestry:oakStick> * 2);
//OutputStack
mods.forestry.Carpenter.removeRecipe(<Forestry:crate>);