Fix location conditions

This commit is contained in:
Misode
2020-05-17 01:15:56 +02:00
parent 03ebf1c350
commit 0701b951f0
2 changed files with 8 additions and 24 deletions

View File

@@ -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"
]
}
]
}

View File

@@ -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"
]
}
]
}