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

mc 1.20: replace minecraft:alternative with minecraft:any_of

This commit is contained in:
Peter Svensson 2023-06-07 08:57:36 +02:00
parent e6a4cb1beb
commit a8cda81aed
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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