45 lines
950 B
JSON
45 lines
950 B
JSON
{
|
|
"parent": "eclipticseasons:main/quest",
|
|
"criteria": {
|
|
"core_require": {
|
|
"conditions": {
|
|
"location": [
|
|
{
|
|
"condition": "minecraft:location_check",
|
|
"predicate": {}
|
|
},
|
|
{
|
|
"condition": "minecraft:match_tool",
|
|
"predicate": {
|
|
"items": [
|
|
"minecraft:melon_seeds"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:item_used_on_block"
|
|
}
|
|
},
|
|
"display": {
|
|
"announce_to_chat": true,
|
|
"description": {
|
|
"translate": "advancement.eclipticseasons.summer_start.desc"
|
|
},
|
|
"frame": "task",
|
|
"hidden": false,
|
|
"icon": {
|
|
"item": "minecraft:melon_seeds"
|
|
},
|
|
"show_toast": false,
|
|
"title": {
|
|
"translate": "advancement.eclipticseasons.summer_start"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"core_require"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |