Difference between revisions of "ContentTweaker"

From MineTweaker 3
Jump to: navigation, search
(Start documenting ContentTweaker)
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
Right now, ContentTweaker can only be used to create Items, Blocks and Tinkers' Construct Tool Materials.
 
Right now, ContentTweaker can only be used to create Items, Blocks and Tinkers' Construct Tool Materials.
  
Like so:
+
* Blocks and Items: [[ContentTweaker:BlockItem_Support|Blocks and Items Support]]
 +
* Fluids [[ContentTweaker:Fluid_Support|Fluid support]]
  
Parameters marked as <span style="color:red">red</span> are optional and can be left out
+
== Mod Support ==
 +
=== Currently Supported Mods ===
 +
'''The support for these mods is not finalised. There will be additional support added where applicable.'''
  
* Items
+
* Tinker's Construct: [[ContentTweaker:TConstruct_Support|Tinker's Construct Support]]
// Name, Unlocalized Name, TextureName, <span style="color:red">creative tab, maxDamage, maxStackSize, toolType, toolLevel, full3d, lore</span>
+
 
mods.content.Item.registerItem("Content", "content", "content_item", <span style="color:red">"misc', 50, 1, "pickaxe", 2, true, ["I am the tooltip text", "I am also!"]</span>);
+
=== Mods for which Support is Planned ===
 +
 
 +
=== Mods Suggested for Support ===
 +
 
 +
=== Mods that Will NOT be Supported ===

Latest revision as of 14:35, 12 September 2023

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.

Mod Support

Currently Supported Mods

The support for these mods is not finalised. There will be additional support added where applicable.

Mods for which Support is Planned

Mods Suggested for Support

Mods that Will NOT be Supported