You've already forked minecraft-assets
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"parent": "minecraft:nether/obtain_ancient_debris",
|
|
"criteria": {
|
|
"use_lodestone": {
|
|
"conditions": {
|
|
"location": [
|
|
{
|
|
"condition": "minecraft:location_check",
|
|
"predicate": {
|
|
"block": {
|
|
"blocks": [
|
|
"minecraft:lodestone"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:match_tool",
|
|
"predicate": {
|
|
"items": [
|
|
"minecraft:compass"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:item_used_on_block"
|
|
}
|
|
},
|
|
"display": {
|
|
"announce_to_chat": true,
|
|
"description": {
|
|
"translate": "advancements.nether.use_lodestone.description"
|
|
},
|
|
"frame": "task",
|
|
"hidden": false,
|
|
"icon": {
|
|
"item": "minecraft:lodestone"
|
|
},
|
|
"show_toast": true,
|
|
"title": {
|
|
"translate": "advancements.nether.use_lodestone.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"use_lodestone"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |