diff --git a/schemas/1.15.json b/schemas/1.15.json index 0e1044fb..7b113572 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -1988,8 +1988,11 @@ "collapse": true, "value": "location", "require": [ + "minecraft:hero_of_the_village", + "minecraft:location", "minecraft:placed_block", - "minecraft:slept_in_bed" + "minecraft:slept_in_bed", + "minecraft:voluntary_exile" ] }, { @@ -2012,17 +2015,6 @@ ] } ] - }, - { - "id": "conditions", - "translate": "criteria.location", - "type": "object", - "value": "location", - "require": [ - "minecraft:hero_of_the_village", - "minecraft:location", - "minecraft:voluntary_exile" - ] } ] } diff --git a/schemas/1.16.json b/schemas/1.16.json index 46265b6f..bf276889 100644 --- a/schemas/1.16.json +++ b/schemas/1.16.json @@ -2032,9 +2032,12 @@ "collapse": true, "value": "location", "require": [ + "minecraft:hero_of_the_village", "minecraft:item_used_on_block", + "minecraft:location", "minecraft:placed_block", - "minecraft:slept_in_bed" + "minecraft:slept_in_bed", + "minecraft:voluntary_exile" ] }, { @@ -2066,17 +2069,6 @@ ] } ] - }, - { - "id": "conditions", - "translate": "criteria.location", - "type": "object", - "value": "location", - "require": [ - "minecraft:hero_of_the_village", - "minecraft:location", - "minecraft:voluntary_exile" - ] } ] }