mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added record disc advancement
This commit is contained in:
parent
9958ffaf80
commit
4a3320ff7e
2 changed files with 35 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
"advancements.nec.dirt_sword.title": "You are now dirty",
|
"advancements.nec.dirt_sword.title": "You are now dirty",
|
||||||
"advancements.nec.root.description": "uwu",
|
"advancements.nec.root.description": "uwu",
|
||||||
"advancements.nec.root.title": "Not Enough Cursedness",
|
"advancements.nec.root.title": "Not Enough Cursedness",
|
||||||
|
"advancements.nec.music_disc_cursed.description": "Get the newly released album!",
|
||||||
|
"advancements.nec.music_disc_cursed.title": "He dropped an album",
|
||||||
|
|
||||||
"block.nec.blaze_block": "Blaze Block",
|
"block.nec.blaze_block": "Blaze Block",
|
||||||
"block.nec.cursed_dirt_stairs": "Cursed Dirt Stairs",
|
"block.nec.cursed_dirt_stairs": "Cursed Dirt Stairs",
|
||||||
|
@ -20,6 +22,8 @@
|
||||||
"item.nec.chainmail": "Chainmail",
|
"item.nec.chainmail": "Chainmail",
|
||||||
"item.nec.dirt_sword": "Dirt Sword",
|
"item.nec.dirt_sword": "Dirt Sword",
|
||||||
"item.nec.letter": "Letter",
|
"item.nec.letter": "Letter",
|
||||||
|
"item.nec.music_disc_cursed": "Music Disc",
|
||||||
|
"item.nec.music_disc_cursed.desc": "Cursed Album",
|
||||||
"item.nec.negative_flint": "Negative Flint",
|
"item.nec.negative_flint": "Negative Flint",
|
||||||
"item.nec.steel": "Steel",
|
"item.nec.steel": "Steel",
|
||||||
"itemGroup.nec.not_enough_cursedness": "Not Enough Cursedness",
|
"itemGroup.nec.not_enough_cursedness": "Not Enough Cursedness",
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"display": {
|
||||||
|
"icon": {
|
||||||
|
"item": "nec:music_disc_cursed"
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"translate": "advancements.nec.music_disc_cursed.title"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"translate": "advancements.nec.music_disc_cursed.description"
|
||||||
|
},
|
||||||
|
"frame": "task",
|
||||||
|
"show_toast": true,
|
||||||
|
"annouce_to_chat": true
|
||||||
|
},
|
||||||
|
"parent": "nec:nec",
|
||||||
|
"criteria": {
|
||||||
|
"requirement": {
|
||||||
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"nec:music_disc_cursed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue