-Added preliminary enderman advancement
parent
de2a513fd6
commit
70192d3e80
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"display": {
|
||||||
|
"icon": {
|
||||||
|
"item": "minecraft:spyglass"
|
||||||
|
},
|
||||||
|
"title": "Is It a... oh crap.",
|
||||||
|
"description": "Making eye contact with it may have been a mistake...",
|
||||||
|
"frame": "task",
|
||||||
|
"announce_to_chat": true
|
||||||
|
},
|
||||||
|
"parent": "canopy:end",
|
||||||
|
"criteria": {
|
||||||
|
"look_at_enderman": {
|
||||||
|
"trigger": "minecraft:using_item",
|
||||||
|
"conditions": {
|
||||||
|
"player": [{
|
||||||
|
"condition": "minecraft:entity_properties",
|
||||||
|
"predicate": {
|
||||||
|
"player": {
|
||||||
|
"looking_at": "minecraft:enderman"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue