If true, the tool item will not be displayed in creative inventory, defaults to false.
Maximum stack size of the tool item, defaults to 1.
Tool item's material, you can use string name of the material
defined by vanilla or registered by ToolAPI.addToolMaterial or by creating a KEX.ToolsModule.ItemTier,
or you can specify the description object of the new tool material.
If you don't specify name
property in this object, this new material will have
name like __unnamedMaterial{N}
, where {N}
is an incrementing integer.
Generated using TypeDoc
Object used in all tool item creation methods.
1.0