You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dhyces edited this page Jun 25, 2023
·
9 revisions
Alembic allows you to give items default attributes that exist on all instances of the item.
datapack/data/alembic/alembic/item_stats/golden_chestplate.json
modifiers is a list of objects which must be one of the following types:
- append
attribute, the attribute ID to apply.
value, the amount of the attribute to give the item.
operation, the Attribute Modifier operation to apply.
uuid a Java UUID for the unique instance of this attribute modifier.
- replace
target: the attribute ID to replace
replacements: a map of damage types to a decimal number. The base attributes are used from the damage types and the base value is split by the amount given.
- remove
target: the attribute ID to remove
equipment_slot is the slot in which to apply these attributes to the player when equipped in. Valid: MAINHAND, OFFHAND, HEAD, CHEST, LEGS, FEET