mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 03:43:30 +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"
|
||||
}
|
||||
},
|
||||
"parent": "naturesaura:wood_stand",
|
||||
"parent": "naturesaura:altar",
|
||||
"criteria": {
|
||||
"bottle": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
|
|
|
@ -12,12 +12,14 @@
|
|||
},
|
||||
"parent": "naturesaura:wood_stand",
|
||||
"criteria": {
|
||||
"killed_dragon": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"materials": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "ender_dragon"
|
||||
}
|
||||
"items": [
|
||||
{
|
||||
"item": "naturesaura:end_flower"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"translate": "advancement.naturesaura.tainted_gold.desc"
|
||||
}
|
||||
},
|
||||
"parent": "naturesaura:altar",
|
||||
"parent": "naturesaura:aura_bottle_nether",
|
||||
"criteria": {
|
||||
"materials": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
|
|
Loading…
Reference in a new issue