-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 17w13a
-
None
-
Minecraft's internal Java version, Windows 7 x64
-
Unconfirmed
If I set up an advancement with the following JSON data:
{
"display": {
"icon": "minecraft:wool",
"title": "Arrow damage test"
},
"parent": "minecraft:testing/root",
"criteria": {
"take_arrow_damage": {
"trigger": "minecraft:player_damaged",
"conditions": {
"damage": {
"source_entity": {
"type": "arrow"
}
}
}
}
}
}
The advancement doesn't seem to trigger, even after taking arrow damage. Changing this to `skeleton` also seems not to work, which makes me think either I'm missing the point or this might be broken.
- duplicates
-
MC-115067 All instances of entity-matching conditions do not function for advancements
- Resolved