Difference between revisions of "ContentTweaker:BlockItem Support"
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 10: | Line 10: | ||
Parameters marked as <span style="color:red">red</span> are optional and can be left out | Parameters marked as <span style="color:red">red</span> are optional and can be left out | ||
| − | + | ||
//Items | //Items | ||
//LocalizedNameString, UnlocalizedNameString, TextureNameString, <span style="color:red">CreativeTabString, MaxDamage, MaxStackSize, ToolTypeString, ToolLevel, isFull3D, LoreArrayString</span> | //LocalizedNameString, UnlocalizedNameString, TextureNameString, <span style="color:red">CreativeTabString, MaxDamage, MaxStackSize, ToolTypeString, ToolLevel, isFull3D, LoreArrayString</span> | ||
Revision as of 06:55, 16 October 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 //Items //LocalizedNameString, UnlocalizedNameString, TextureNameString, CreativeTabString, MaxDamage, MaxStackSize, ToolTypeString, ToolLevel, isFull3D, LoreArrayString mods.content.Item.registerItem("Content", "content", "content_item", "misc', 50, 1, "pickaxe", 2, true, ["I am the tooltip text", "I am also!"]);
Commands Supported
Prints are stored in the minetweaker log in the minecraft directory.
/mt [] - Outputs a list of /
| ContentTweaker Supported Mods & Vanilla |
|---|
|
Blocks and Items Support | |