You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"parent": "minecraft:nether/obtain_crying_obsidian",
|
||||
"criteria": {
|
||||
"charge_respawn_anchor": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:glowstone"
|
||||
]
|
||||
},
|
||||
"location": {
|
||||
"block": {
|
||||
"blocks": [
|
||||
"minecraft:respawn_anchor"
|
||||
],
|
||||
"state": {
|
||||
"charges": "4"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:item_used_on_block"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.nether.charge_respawn_anchor.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:respawn_anchor"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.nether.charge_respawn_anchor.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"charge_respawn_anchor"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user