Attribute Modifier
"cobblebadges:attribute_modifier"Data Structure
{
"type": "[attribute id]", // See Attributes
"amount": [amount],
"operation": "[operation]" // See Operations
}Example
{
"type": "generic.armor",
"amount": 7.5,
"operation": "add_value"
}Last updated