Difference between revisions of "ModTweaker"
(→Previously supported mods) |
|||
Line 39: | Line 39: | ||
* Tinker's Steelworks | * Tinker's Steelworks | ||
− | === Mods for which | + | === Mods for which Support is Planned === |
* Extra Utilities | * Extra Utilities | ||
* Factorization | * Factorization | ||
Line 47: | Line 47: | ||
* Witchery | * Witchery | ||
− | === Mods | + | === Mods Suggested for Support === |
* Dartcraft | * Dartcraft | ||
* Ender IO | * Ender IO | ||
Line 54: | Line 54: | ||
* Minefantasy | * Minefantasy | ||
− | === Mods that | + | === Mods that Will NOT be Supported === |
* Any of Reika's Mods | * Any of Reika's Mods | ||
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} |
Revision as of 04:23, 11 July 2014
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.
Contents
General Usage
In general, for all of the supported mods, you can either import them or call them directly.
Throughout the tutorial examples, I will be using the latter just to keep everything concise.
Example with the Blood Magic Ritual of Binding recipes:
import mods.bloodmagic.Binding; Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>);
or:
mods.bloodmagic.Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>);
Mod Support
Currently Supported Mods
The support for these mods is not finalised. There will be additional support added where applicable.
- Blood Magic: Blood Magic Support
- Botania: Botania Support
- Ex Nihilo: Ex Nihilo Support
- Mariculture: Mariculture Support
- Metallurgy 4: Metallurgy 4 Support
- Thaumcraft 4: Thaumcraft 4 Support
- Tinker's Construct: Tinker's Construct Support
Previously Supported Mods
These mods need to be updated before support can be added.
- Big Reactors
- Growthcraft
- Mekanism
- Thermal Expansion
- Tinker's Steelworks
Mods for which Support is Planned
- Extra Utilities
- Factorization
- Logistic Pipes
- Pneumaticraft
- Railcraft
- Witchery
Mods Suggested for Support
- Dartcraft
- Ender IO
- Hydraulicraft
- Minechem
- Minefantasy
Mods that Will NOT be Supported
- Any of Reika's Mods
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 |