Port ancient debris end advancement

This commit is contained in:
Sergeant Acoustic 2026-01-24 04:49:32 +00:00
parent e5653548c6
commit 66ee19615a
2 changed files with 36 additions and 0 deletions

View file

@ -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.description": "Use a Dendrite Ingot to upgrade a Hoe, and then reevaluate your life choices",
"advancements.husbandry.netherite_hoe.title": "Serious Dedication", "advancements.husbandry.netherite_hoe.title": "Serious Dedication",
"advancements.nether.netherite_armor.description": "Get a full suit of Dendrite armor", "advancements.nether.netherite_armor.description": "Get a full suit of Dendrite armor",

View file

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