diff --git a/data/armor_statues/predicates/book.json b/data/armor_statues/predicates/book.json index eec27ad..40adddb 100644 --- a/data/armor_statues/predicates/book.json +++ b/data/armor_statues/predicates/book.json @@ -1,5 +1,5 @@ { - "condition": "minecraft:alternative", + "condition": "minecraft:any_of", "terms": [ { "condition": "minecraft:entity_properties", @@ -26,4 +26,4 @@ } } ] -} \ No newline at end of file +} diff --git a/data/armor_statues/predicates/mainhand_potion.json b/data/armor_statues/predicates/mainhand_potion.json index 6eac349..3e5a2ee 100644 --- a/data/armor_statues/predicates/mainhand_potion.json +++ b/data/armor_statues/predicates/mainhand_potion.json @@ -1,5 +1,5 @@ { - "condition": "minecraft:alternative", + "condition": "minecraft:any_of", "terms": [ { "condition": "minecraft:entity_properties", diff --git a/data/armor_statues/predicates/offhand_potion.json b/data/armor_statues/predicates/offhand_potion.json index 7a1321e..f0dded2 100644 --- a/data/armor_statues/predicates/offhand_potion.json +++ b/data/armor_statues/predicates/offhand_potion.json @@ -1,5 +1,5 @@ { - "condition": "minecraft:alternative", + "condition": "minecraft:any_of", "terms": [ { "condition": "minecraft:entity_properties", diff --git a/data/armor_statues/predicates/savedpose.json b/data/armor_statues/predicates/savedpose.json index 178719d..c05043a 100644 --- a/data/armor_statues/predicates/savedpose.json +++ b/data/armor_statues/predicates/savedpose.json @@ -1,5 +1,5 @@ { - "condition": "minecraft:alternative", + "condition": "minecraft:any_of", "terms": [ { "condition": "minecraft:reference", @@ -10,4 +10,4 @@ "name": "armor_statues:savedpose_offhand" } ] -} \ No newline at end of file +}