|
|
(2 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
− | == 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:
| |
− |
| |
− | //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>);
| |
− | {{ModTweakerNavigation}}
| |