ContentTweaker:BlockItem Support

From MineTweaker3 Wiki
Revision as of 06:55, 16 October 2015 by Yulife (Talk) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 |