ContentTweaker

From MineTweaker3 Wiki
Revision as of 03:38, 16 October 2015 by Jaredlll08 (Talk) (Start documenting ContentTweaker)

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

ContentTweakerLogo.jpg

ContentTweaker is an addon for MineTweaker 3. Minetweaker lets you adjust recipes, remove them entirely, or add new recipes. One of the features that it lacks, is the ability to create new Items and Blocks, ContentTweaker plans on allowing users to add more to their game, not only recipes, but actual Items and Blocks.

Download

WIP


General Usage

Right now, ContentTweaker can only be used to create Items, Blocks and Tinkers' Construct Tool Materials.

Like so:

Parameters marked as red are optional and can be left out
  • Items
// Name, Unlocalized Name, TextureName, creative tab, maxDamage, maxStackSize, toolType, toolLevel, full3d, lore
mods.content.Item.registerItem("Content", "content", "content_item", "misc', 50, 1, "pickaxe", 2, true, ["I am the tooltip text", "I am also!"]);