Files
minecraft_lzstools/data/lzstools/predicate/unbreaking/offhand/all.json
T
lzstealth a6dbc990bf
Draft Release / deploy-prod (push) Successful in 26s
Update compatibility for Minecraft 26.3
2026-09-19 01:23:36 +01:00

21 lines
557 B
JSON

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