Expansion for MCItemDefinition
Link to expansion-for-mcitemdefinition
Additional methods for easier modification of item-related loot tables.
Methoden
Link to methoden
Name: addToolModifier
Adds an ILootModifier for everything that uses this item as a tool, such as block breaking.
Return Type: void
ZenScript CopyMCItemDefinition.addToolModifier(name as string, modifier as ILootModifier) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter name | Type string | Beschreibung A name for the loot modifier. |
Parameter modifier | Type ILootModifier | Beschreibung The loot modifier to add. |