mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 20:49:19 +02:00
added advancements
This commit is contained in:
parent
25029b1655
commit
8006eb85a1
5 changed files with 100 additions and 0 deletions
31
src/main/resources/data/nec/advancements/ak47.json
Normal file
31
src/main/resources/data/nec/advancements/ak47.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "nec:ak_47"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nec.ak_47.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nec.ak_47.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"annouce_to_chat": true
|
||||
},
|
||||
"parent": "nec:nec",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"nec:ak_47"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
31
src/main/resources/data/nec/advancements/dirt_sword.json
Normal file
31
src/main/resources/data/nec/advancements/dirt_sword.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "nec:dirt_sword"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nec.dirt_sword.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nec.dirt_sword.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"annouce_to_chat": true
|
||||
},
|
||||
"parent": "nec:nec",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"nec:dirt_sword"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
31
src/main/resources/data/nec/advancements/nec.json
Normal file
31
src/main/resources/data/nec/advancements/nec.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:dirt"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nec.root.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nec.root.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"annouce_to_chat": false,
|
||||
"background": "nec:textures/block/ricky_block.png"
|
||||
},
|
||||
"criteria": {
|
||||
"crafting_table": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:crafting_table"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue