Uniform Tab Size

This commit is contained in:
2025-05-17 01:49:32 +01:00
parent c6a7150041
commit b4b08bc662
30 changed files with 595 additions and 544 deletions
@@ -1,18 +1,18 @@
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"offhand": {
"predicates": {
"minecraft:enchantments": [
{
"enchantment": "minecraft:unbreaking",
"levels": 1
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"offhand": {
"predicates": {
"minecraft:enchantments": [
{
"enchantment": "minecraft:unbreaking",
"levels": 1
}
]
}
}
]
}
}
}
}
}