mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
Reordered advancements a bit to account for proper progression
This commit is contained in:
parent
947b07b9d1
commit
d0d61a878f
3 changed files with 9 additions and 7 deletions
|
@ -11,7 +11,7 @@
|
||||||
"translate": "advancement.naturesaura.aura_bottle_nether.desc"
|
"translate": "advancement.naturesaura.aura_bottle_nether.desc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"parent": "naturesaura:wood_stand",
|
"parent": "naturesaura:altar",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"bottle": {
|
"bottle": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
|
|
@ -12,12 +12,14 @@
|
||||||
},
|
},
|
||||||
"parent": "naturesaura:wood_stand",
|
"parent": "naturesaura:wood_stand",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"killed_dragon": {
|
"materials": {
|
||||||
"trigger": "minecraft:player_killed_entity",
|
"trigger": "minecraft:inventory_changed",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"entity": {
|
"items": [
|
||||||
"type": "ender_dragon"
|
{
|
||||||
}
|
"item": "naturesaura:end_flower"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"translate": "advancement.naturesaura.tainted_gold.desc"
|
"translate": "advancement.naturesaura.tainted_gold.desc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"parent": "naturesaura:altar",
|
"parent": "naturesaura:aura_bottle_nether",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"materials": {
|
"materials": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
|
Loading…
Reference in a new issue