Prototype/Tool
Prototype definitions » PrototypeBase » Prototype/Item » Prototype/Tool
Items with a "durability". Used for science packs.
Extensions
- Prototype/Armor armor
- Prototype/MiningTool mining-tool (for migration, cannot be used)
- Prototype/RepairTool repair-tool
Optional properties
This prototype inherits all the properties from Prototype/Item.
durability
Type: double
The durability of this tool. Must be positive. Mandatory if infinite
is false.
durability_description_key
Type: string
Default: "description.durability-key"
durability_description_value
Type: string
Default: "description.durability-value"
infinite
Type: bool
Default: true
Whether this tool has infinite durability.