mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 04:29:19 +02:00
31 lines
No EOL
607 B
JSON
31 lines
No EOL
607 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "nec:fletching_stairs"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.nec.fletching_stairs.title"
|
|
},
|
|
"description": {
|
|
"translate": "advancements.nec.fletching_stairs.description"
|
|
},
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"annouce_to_chat": true
|
|
},
|
|
"parent": "nec:nec",
|
|
"criteria": {
|
|
"requirement": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": [
|
|
"nec:fletching_stairs"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |