You've already forked minecraft-assets
Create/Update assets for version 1.17-pre4
This commit is contained in:
48
data/minecraft/advancements/adventure/spyglass_at_ghast.json
Normal file
48
data/minecraft/advancements/adventure/spyglass_at_ghast.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/spyglass_at_parrot",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:spyglass"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.spyglass_at_ghast.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.adventure.spyglass_at_ghast.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"spyglass_at_ghast": {
|
||||
"trigger": "minecraft:using_item",
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"player": {
|
||||
"looking_at": {
|
||||
"type": "minecraft:ghast"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
],
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:spyglass"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"spyglass_at_ghast"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user