Difference between revisions of "ModTweaker:Chisel 2 Support"

From MineTweaker 3
Jump to: navigation, search
Line 5: Line 5:
 
* Variations
 
* Variations
  
Groups are the overall types Variations can be chiseled in. For example Cyan Hex Plating would be the Variation of the Group Hex Plating.
+
Groups are the overall types variations can be chiseled in. For example Cyan Hex Plating would be the Variation of the Group Hex Plating.
  
 +
Each of these handlers can have recipes added or removed:
 +
 +
Parameters marked as <span style="color:red">red</span> are optional and can be left out
 +
 
  //Groups
 
  //Groups
 
  //Group
 
  //Group

Revision as of 17:41, 2 September 2015

Handlers Supported

The following handlers are supported:

  • Groups
  • Variations

Groups are the overall types variations can be chiseled in. For example Cyan Hex Plating would be the Variation of the Group Hex Plating.

Each of these handlers can have recipes added or removed:

Parameters marked as red are optional and can be left out

//Groups
//Group
mods.chisel.Groups.addGroup("hardenedclay"); 
//Group
mods.chisel.Groups.removeGroup("andesite"); 

//Variations
//Group, ItemStack
mods.chisel.Groups.addVariation("hardenedclay", <minecraft:stained_hardened_clay:*>);
//ItemStack
mods.chisel.Groups.removeVariation(<chisel:hexPlating>);

Commands Supported

ModTweaker introduces a command that will print a list of all registered groups and variations to the minetweaker log.

/mt chiselGroups
/mt chiselVariations



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