No description
d84cd284fd
The alchemy table recipes are actually split between two locations, including the registrar found in the API, and then the more "complex" recipes listed in the AlchemyTableRecipeRegistry. This means it's impossible to remove the default potions using the current functions, and while it possible to manually add potions using NBT, it wouldn't be possible to use lengthening or power catalysts on them without manually adding recipes. This commit modifies AlchemyTable.removeRecipe to, if it fails to remove a recipe from the main API registry, consult the AlchemyTableRecipeRegistry and remove from there if necessary. It also adds a convenience function addPotionRecipe which allows the specification of inputs along with a potion effect, LP cost, tier requirement and tick time, and from this automatically adds potion recipes. A side-effect of this process involves limiting the number of inputs for addPotionRecipe to 5, as the lengthening/empowering process requires all the original ingredients (with the base flask replaced by the actual potion flask) plus a catalyst. |
||
---|---|---|
gradle/wrapper | ||
libs | ||
src/main | ||
test_scripts | ||
.gitignore | ||
build.gradle | ||
CONTRIBUTING.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
ISSUE_TEMPLATE.MD | ||
LICENSE | ||
README.md |
ModTweaker2
ModTweaker is an addon for MineTweaker 3. Minetweaker lets you adjust recipes, remove them entirely, or add new recipes. While it has decent mod support, there are many mods that use custom crafting handlers that are not supported natively. ModTweaker plans to provide additional support for as many of these mods over time as possible.
Stable Releases on Curse
https://minecraft.curseforge.com/projects/modtweaker
Development build on jenkins
http://ci.blamejared.com/job/Modtweaker/
Guidelines for Bugreporting
https://github.com/jaredlll08/ModTweaker2/wiki/Bug-Reporting-Guidelines
Supported Mods
- Actually Additions
- Applied Energistics 2
- Auracascade
- Blood Magic
- Botania
- Chisel
- ExNihilo
- ExtendedWorkbench
- Factorization (0.8.95+)
- Forestry (3.6.0+)
- Flaxbeard's Steam Power
- Mariculture
- Mekanism 8
- Metallurgy
- PneumaticCraft
- Railcraft
- Tinkers Construct
- Terrafirmacraft
- Thaumcraft
- Thermal Expansion