You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
48
data/minecraft/advancement/adventure/revaulting.json
Normal file
48
data/minecraft/advancement/adventure/revaulting.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/under_lock_and_key",
|
||||
"criteria": {
|
||||
"revaulting": {
|
||||
"conditions": {
|
||||
"location": [
|
||||
{
|
||||
"condition": "minecraft:location_check",
|
||||
"predicate": {
|
||||
"block": {
|
||||
"blocks": "minecraft:vault",
|
||||
"state": {
|
||||
"ominous": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": "minecraft:ominous_trial_key"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:item_used_on_block"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {
|
||||
"translate": "advancements.adventure.revaulting.description"
|
||||
},
|
||||
"frame": "goal",
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:ominous_trial_key"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.revaulting.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"revaulting"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user