1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-06-07 17:16:44 +01:00

Merge branch 'pr/16' into 1.20

This commit is contained in:
MukiTanuki 2023-06-12 21:09:51 -07:00
commit 478eff36da
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:entity_properties", "condition": "minecraft:entity_properties",
@ -26,4 +26,4 @@
} }
} }
] ]
} }

View File

@ -1,5 +1,5 @@
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:entity_properties", "condition": "minecraft:entity_properties",

View File

@ -1,5 +1,5 @@
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:entity_properties", "condition": "minecraft:entity_properties",

View File

@ -1,5 +1,5 @@
{ {
"condition": "minecraft:alternative", "condition": "minecraft:any_of",
"terms": [ "terms": [
{ {
"condition": "minecraft:reference", "condition": "minecraft:reference",
@ -10,4 +10,4 @@
"name": "armor_statues:savedpose_offhand" "name": "armor_statues:savedpose_offhand"
} }
] ]
} }