Difference between revisions of "ModTweaker"
(→Currently Supported Mods) |
|||
Line 28: | Line 28: | ||
* Applied Energistics 2 (0.7+): [[ModTweaker:Applied_Energistics_2_Support|Applied Energistics 2 Support]] | * Applied Energistics 2 (0.7+): [[ModTweaker:Applied_Energistics_2_Support|Applied Energistics 2 Support]] | ||
− | |||
* Botania: [[ModTweaker:Botania_Support|Botania Support]] | * Botania: [[ModTweaker:Botania_Support|Botania Support]] | ||
* [WIP] Chisel 2 (0.7+): [[#ModTweaker:Chisel_2_Support|Chisel 2 Support]] | * [WIP] Chisel 2 (0.7+): [[#ModTweaker:Chisel_2_Support|Chisel 2 Support]] |
Revision as of 15:36, 22 February 2015
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
Download
You can find ModTweaker on curseforge: ModTweaker Download
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
For the list of mods supported on the 1.6.4 version for MineTweaker 2 see ModTweaker:1.6.4
Currently Supported Mods
The support for these mods is not finalised. There will be additional support added where applicable.
- Applied Energistics 2 (0.7+): Applied Energistics 2 Support
- Botania: Botania Support
- [WIP] Chisel 2 (0.7+): Chisel 2 Support
- Ex Nihilo: Ex Nihilo Support
- Factorization: //Factorization Support
- [WIP] Flaxbeard's Steam Power: //Flaxbeard's Steam Power Support
- [WIP] Forestry (0.7+): //Forestry Support
- Hardcore Ender Expansion (0.5+): HEE Support
- Mariculture: Mariculture Support
- Mekanism: Mekanism Support
- Metallurgy 4: Metallurgy 4 Support
- PneumaticCraft: PneumaticCraft Support
- Railcraft: Railcraft Support
- Thaumcraft 4: Thaumcraft 4 Support
- Thermal Expansion: Thermal Expansion Support
- Tinker's Construct: Tinker's Construct Support
Mods for which Support is Planned
- Big Reactors
- Growthcraft
- Thaumic Tinkerer
- Witchery
Mods Suggested for Support
- Extra Utilities
- Hydraulicraft
- Minechem
- Minefantasy
Mods that Will NOT be Supported
- Any of Reika's Mods
Older Version Wiki
The wiki for the 1.6.4 version for MineTweaker 2 can be found here: https://github.com/joshiejack/ModTweaker/wiki
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 |