Difference between revisions of "ContentTweaker:BlockItem Support"
From MineTweaker3 Wiki
| Line 4: | Line 4: | ||
* Blocks | * Blocks | ||
* Items | * Items | ||
| − | |||
| − | |||
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: | ||
Revision as of 13:49, 21 October 2015
Handlers Supported
The following handlers are supported:
- Blocks
- Items
Each of these handlers can have recipes added or removed:
Parameters marked as red are optional and can be left out //Blocks // mods.content.Block //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 | |