Difference between revisions of "ModTweaker:HEE Support"
From MineTweaker 3
(Created page with "== HEE is available in v0.5+ == == Handlers Supported == The following handlers are supported: * Essence Altar Each of these handlers can have recipes added or removed: {{Mo...") |
m (→Handlers Supported) |
||
Line 7: | Line 7: | ||
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: | ||
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} | ||
+ | |||
+ | |||
+ | |||
+ | //Essence Altar recipes | ||
+ | //InputStack, OutputStack, Essence cost | ||
+ | mods.hee.EssenceAltar.addRecipe(<minecraft:stone>, <minecraft:diamond>, 25); | ||
+ | |||
+ | //Remove Essence Altar recipe | ||
+ | mods.hee.EssenceAltar.removeRecipe(<HardcoreEnderExpansion:enhanced_brewing_stand>); |
Revision as of 05:26, 20 July 2014
HEE is available in v0.5+
Handlers Supported
The following handlers are supported:
- Essence Altar
Each of these handlers can have recipes added or removed:
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 |
//Essence Altar recipes //InputStack, OutputStack, Essence cost mods.hee.EssenceAltar.addRecipe(<minecraft:stone>, <minecraft:diamond>, 25);
//Remove Essence Altar recipe mods.hee.EssenceAltar.removeRecipe(<HardcoreEnderExpansion:enhanced_brewing_stand>);