mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
Fix location conditions
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user