mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-22 20:19:19 +02:00
added bedrock advancement
description: how the fuck did you get it?!?
This commit is contained in:
parent
aacf82e725
commit
e71fc0caa2
2 changed files with 34 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"advancements.story.bedrock.title": "\u00A78B E D R O C K",
|
||||
"advancements.story.bedrock.description": "\u00A7a\u00A7o\u00A7lhow the fuck did you get it?!?",
|
||||
|
||||
"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? ... -_-",
|
||||
|
|
31
src/main/resources/data/nec/advancements/bedrock.json
Normal file
31
src/main/resources/data/nec/advancements/bedrock.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:bedrock"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.story.bedrock.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.story.bedrock.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"annouce_to_chat": true
|
||||
},
|
||||
"parent": "minecraft:story/form_obsidian",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:bedrock"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue