Uniform Tab Size
Some checks failed
Draft Release / deploy-prod (push) Failing after 17s

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

View File

@@ -1,17 +1,17 @@
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"offhand": {
"predicates": {
"minecraft:custom_data": {
"lzstools": [
"trowel_iron"
]
}
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"offhand": {
"predicates": {
"minecraft:custom_data": {
"lzstools": [
"trowel_iron"
]
}
}
}
}
}
}
}
}