Files
minecraft_lzstools/data/lzstools/predicate/unbreaking/offhand/all.json
T
2025-05-17 01:49:32 +01:00

21 lines
562 B
JSON

{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"offhand": {
"predicates": {
"minecraft:enchantments": [
{
"enchantment": "minecraft:unbreaking",
"levels": {
"min": 1,
"max": 3
}
}
]
}
}
}
}
}