mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added feature parity to v0.2.0-1.19.4
This commit is contained in:
parent
7632de13f6
commit
1ba433a940
16 changed files with 221 additions and 1 deletions
31
src/main/resources/data/nec/advancements/java_block.json
Normal file
31
src/main/resources/data/nec/advancements/java_block.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "nec:java_block"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nec.java_block.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nec.java_block.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"annouce_to_chat": true
|
||||
},
|
||||
"parent": "nec:pocket_block",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"nec:java_block"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue