You've already forked minecraft-assets
Create/Update assets for version 1.12.2
This commit is contained in:
28
assets/minecraft/advancements/nether/get_wither_skull.json
Normal file
28
assets/minecraft/advancements/nether/get_wither_skull.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:skull",
|
||||
"data": 1
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.get_wither_skull.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.get_wither_skull.description"
|
||||
}
|
||||
},
|
||||
"parent": "minecraft:nether/find_fortress",
|
||||
"criteria": {
|
||||
"wither_skull": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:skull",
|
||||
"data": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user