From a8cda81aed699dc172c097dbf1372091064cf1bb Mon Sep 17 00:00:00 2001 From: Peter Svensson Date: Wed, 7 Jun 2023 08:57:36 +0200 Subject: [PATCH] mc 1.20: replace minecraft:alternative with minecraft:any_of --- data/armor_statues/predicates/book.json | 4 ++-- data/armor_statues/predicates/mainhand_potion.json | 2 +- data/armor_statues/predicates/offhand_potion.json | 2 +- data/armor_statues/predicates/savedpose.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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 +}