Port ancient debris end advancement
This commit is contained in:
parent
e5653548c6
commit
66ee19615a
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"advancements.end.obtain_ancient_debris.title": "Insomniac's Fortune",
|
||||
"advancements.husbandry.netherite_hoe.description": "Use a Dendrite Ingot to upgrade a Hoe, and then reevaluate your life choices",
|
||||
"advancements.husbandry.netherite_hoe.title": "Serious Dedication",
|
||||
"advancements.nether.netherite_armor.description": "Get a full suit of Dendrite armor",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:end/root",
|
||||
"criteria": {
|
||||
"ancient_debris": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:ancient_debris",
|
||||
"minecraft:netherite_scrap"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {
|
||||
"translate": "advancements.nether.obtain_ancient_debris.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:ancient_debris"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.end.obtain_ancient_debris.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"ancient_debris"
|
||||
]
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue