You've already forked minecraft-assets
Delete misplaced directories
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/kill_a_mob",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:totem_of_undying"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.totem_of_undying.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.adventure.totem_of_undying.description"
|
||||
},
|
||||
"frame": "goal",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"used_totem": {
|
||||
"trigger": "minecraft:used_totem",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:totem_of_undying"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"used_totem"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user