mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added advancements
This commit is contained in:
parent
25029b1655
commit
8006eb85a1
5 changed files with 100 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"advancements.nec.ak_47.description": "Obtain an AK47",
|
||||
"advancements.nec.ak_47.title": "Congrats, You're f*cking useless!",
|
||||
"advancements.nec.dirt_sword.description": "Haha, get it? ... -_-",
|
||||
"advancements.nec.dirt_sword.title": "You are now dirty",
|
||||
"advancements.nec.root.description": "uwu",
|
||||
"advancements.nec.root.title": "Not Enough Cursedness",
|
||||
|
||||
"block.nec.blaze_block": "Blaze Block",
|
||||
"block.nec.cursed_dirt_stairs": "Cursed Dirt Stairs",
|
||||
"block.nec.cursed_dirt_slab": "Cursed Dirt Slab",
|
||||
|
|
BIN
src/main/resources/assets/nec/textures/block/ricky_block.png
Normal file
BIN
src/main/resources/assets/nec/textures/block/ricky_block.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
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