Difference between revisions of "ModTweaker"

From MineTweaker 3
Jump to: navigation, search
(Currently Supported Mods)
Line 1: Line 1:
 
[[File:ModTweaker_logo.png]]
 
[[File:ModTweaker_logo.png]]
  
ModTweaker is an addon for MineTweaker 3. MineTweaker lets you adjust recipes, removals, and additions in Minecraft.  
+
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.  
 
+
While MineTweaker supports a bunch of mod recipes itself, there are many more mods that it does not support.
+
 
+
ModTweaker plans to provide additional support for as many of these mods overtime as possible.  
+
  
 
== General Usage ==
 
== General Usage ==
Line 12: Line 8:
 
Throughout the tutorial examples, I will be using the latter just to keep everything concise.
 
Throughout the tutorial examples, I will be using the latter just to keep everything concise.
  
Example with the [[Blood Magic]] Ritual of Binding recipes.
+
Example with the [[Blood Magic]] Ritual of Binding recipes:
  
 
  import mods.bloodmagic.Binding;
 
  import mods.bloodmagic.Binding;
Line 18: Line 14:
 
  Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>);
 
  Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>);
  
or...
+
or:
 +
 
  mods.bloodmagic.Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>);
 
  mods.bloodmagic.Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>);
  
Line 33: Line 30:
 
* Tinker's Construct: [[ModTweaker:TConstruct_Support|Tinker's Construct Support]]
 
* Tinker's Construct: [[ModTweaker:TConstruct_Support|Tinker's Construct Support]]
  
=== Previously Supported Mods ===
+
=== Previously supported mods ===
'''Aka Need them to update'''
+
'''These mods need to be updated before support can be added.'''
  
 
* Big Reactors
 
* Big Reactors
Line 42: Line 39:
 
* Tinker's Steelworks
 
* Tinker's Steelworks
  
=== Mods planned to be Supported ===
+
=== Mods for which support is planned ===
 
* Extra Utilities
 
* Extra Utilities
 
* Factorization
 
* Factorization
Line 50: Line 47:
 
* Witchery
 
* Witchery
  
=== Mods suggested and may be Supported ===
+
=== Mods suggested for support ===
 
* Dartcraft
 
* Dartcraft
 
* Ender IO
 
* Ender IO
Line 57: Line 54:
 
* Minefantasy
 
* Minefantasy
  
=== Mods that will NOT be Supported ===
+
=== Mods that will NOT be supported ===
 
* Any of Reika's Mods
 
* Any of Reika's Mods
 
{{ModTweakerNavigation}}
 
{{ModTweakerNavigation}}

Revision as of 04:22, 11 July 2014

ModTweaker logo.png

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.

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.

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