ContentTweaker:BlockItem Support

From MineTweaker3 Wiki
Revision as of 13:49, 21 October 2015 by Jaredlll08 (Talk)

Jump to: navigation, search

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 |