Difference between revisions of "ModTweaker:Chisel Support 1.10.2"
From MineTweaker3 Wiki
(Created page with "== Handlers Supported == The following handlers are supported: * Groups * Variations Groups are the overall types variations can be chiseled in. For example Cyan Hex Plating...") |
|||
| Line 27: | Line 27: | ||
/mt chiselGroups - Outputs a list of groups | /mt chiselGroups - Outputs a list of groups | ||
/mt chiselVariations - Outputs a list of variations | /mt chiselVariations - Outputs a list of variations | ||
| − | {{ | + | {{ModTweakerNavigation_1.10.2}} |
Revision as of 07:02, 25 February 2017
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
Prints are stored in the minetweaker log in the minecraft directory.
/mt chiselGroups - Outputs a list of groups /mt chiselVariations - Outputs a list of variations