mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-22 20:19:19 +02:00
added pocket block
This commit is contained in:
parent
5c14e3430d
commit
b7f14f9f5e
1 changed files with 31 additions and 0 deletions
31
src/main/resources/data/nec/advancements/pocket_block.json
Normal file
31
src/main/resources/data/nec/advancements/pocket_block.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "nec:pocket_block"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nec.pocket_block.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nec.pocket_block.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"annouce_to_chat": true
|
||||
},
|
||||
"parent": "nec:nec",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"nec:pocket_block"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue