Trinkets Slot dosent work in Enchantment Data-Driven
Hardel-DW opened this issue ยท 1 comments
Currently, additional slots are not detected by the Data-Driven enchantment system.
{
"description": {
"translate": "enchantment.enchantplus.lifeplus",
"fallback": "Life+"
},
"supported_items": "#minecraft:enchantable/armor",
"weight": 8,
"max_level": 5,
"min_cost": {
"base": 9,
"per_level_above_first": 9
},
"max_cost": {
"base": 21,
"per_level_above_first": 11
},
"anvil_cost": 1,
"slots": [
"trinkets:chest/back"
],
"effects": {
"minecraft:attributes": [
{
"id": "minecraft:enchantment.lifeplus",
"attribute": "minecraft:max_health",
"amount": {
"type": "minecraft:linear",
"base": 4,
"per_level_above_first": 4
},
"operation": "add_value"
}
]
}
}```