You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
121
data/minecraft/advancements/nether/explore_nether.json
Normal file
121
data/minecraft/advancements/nether/explore_nether.json
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"parent": "minecraft:nether/ride_strider",
|
||||
"criteria": {
|
||||
"minecraft:basalt_deltas": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biome": "minecraft:basalt_deltas"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
},
|
||||
"minecraft:crimson_forest": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biome": "minecraft:crimson_forest"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
},
|
||||
"minecraft:nether_wastes": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biome": "minecraft:nether_wastes"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
},
|
||||
"minecraft:soul_sand_valley": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biome": "minecraft:soul_sand_valley"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
},
|
||||
"minecraft:warped_forest": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biome": "minecraft:warped_forest"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.nether.explore_nether.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:netherite_boots",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.nether.explore_nether.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"minecraft:nether_wastes"
|
||||
],
|
||||
[
|
||||
"minecraft:soul_sand_valley"
|
||||
],
|
||||
[
|
||||
"minecraft:warped_forest"
|
||||
],
|
||||
[
|
||||
"minecraft:crimson_forest"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_deltas"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 500
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user