added bedrock advancement

description: how the fuck did you get it?!?
This commit is contained in:
Jonas_Jones 2023-04-16 17:43:36 +02:00
parent aacf82e725
commit e71fc0caa2
2 changed files with 34 additions and 0 deletions

View file

@ -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? ... -_-",

View 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"
]
}
]
}
}
}
}