minecraft-datapacks/datapacks/dodsorfas_advancements/data/adventure/advancements/adv5.json

41 lines
1.1 KiB
JSON

{
"display": {
"title": {
"text": "What's on your mind?",
"color": "light_purple",
"italic": true,
"underlined": false,
"strikethrough": false,
"obfuscated": false
},
"description": {
"text": "Get the first piece of map art on the server"
},
"icon": {
"item": "minecraft:painting"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"criteria": {
"has_item": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:filled_map",
"nbt": "\"map: 208\"",
"count": {
"min": 1,
"max": 1
},
"data": 0
}
]
}
}
},
"parent": "adventure:dan"
}