-
Bug
-
Resolution: Fixed
-
Minecraft 17w17a
-
Confirmed
The bug
The advancement "Spooky Scary Skeleton" (nether/get_wither_skull.json) tests for a blaze rod instead of a wither skull.
nether/get_wither_skull.json
{
"display": {
"icon": {
"item": "minecraft:skull",
"data": 1
},
"title": "Spooky Scary Skeleton",
"description": "Obtain a wither skeleton's skull"
},
"parent": "minecraft:nether/find_fortress",
"criteria": {
"wither_skull": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blaze_rod"
}
]
}
}
}
}
- is duplicated by
-
MC-116674 "Spooky scary skeletons" advance and accomplished when we took blaze rod
- Resolved
-
MC-116682 Wither Skeleton Skull Advancement Bug
- Resolved
-
MC-116684 I got the advancement "Spooky Scary Skeleton" by killing a Blaze
- Resolved
-
MC-116685 Wither Skeleton Skull critter off
- Resolved
-
MC-116720 Bad criterion for advancement "Spooky Scary Skeleton"
- Resolved