change advancements around a bit

This commit is contained in:
Ellpeck 2018-10-23 10:53:09 +02:00
parent 7008b41711
commit 545baa23be
6 changed files with 36 additions and 5 deletions

View file

@ -12,7 +12,7 @@
},
"parent": "naturesaura:get_book",
"criteria": {
"book": {
"leaf": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -0,0 +1,29 @@
{
"display": {
"icon": {
"item": "naturesaura:infused_iron"
},
"title": {
"translate": "advancement.naturesaura.infused_materials"
},
"description": {
"translate": "advancement.naturesaura.infused_materials.desc"
}
},
"parent": "naturesaura:altar",
"criteria": {
"materials": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "naturesaura:infused_iron"
},
{
"item": "naturesaura:infused_stone"
}
]
}
}
}
}

View file

@ -12,7 +12,7 @@
},
"parent": "naturesaura:gold_leaf",
"criteria": {
"book": {
"stand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -38,4 +38,6 @@ advancement.naturesaura.gold_leaf.desc=Create and harvest a Brilliant Tree
advancement.naturesaura.wood_stand=Powers of the Forest
advancement.naturesaura.wood_stand.desc=Create a Wooden Stand for the Ritual of the Forest
advancement.naturesaura.altar=Empowered
advancement.naturesaura.altar.desc=Create a Natural Altar using the Ritual of the Forest
advancement.naturesaura.altar.desc=Create a Natural Altar using the Ritual of the Forest
advancement.naturesaura.infused_materials=Iron Factory
advancement.naturesaura.infused_materials.desc=Use the Natural Altar to create Infused Iron and Infused Rock

View file

@ -2,7 +2,7 @@
"name": "Aura Cache",
"icon": "naturesaura:aura_cache",
"category": "naturesaura:items",
"advancement": "naturesaura:altar",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",

View file

@ -2,7 +2,7 @@
"name": "Botanist's Tools",
"icon": "naturesaura:infused_iron_pickaxe",
"category": "naturesaura:items",
"advancement": "naturesaura:altar",
"advancement": "naturesaura:infused_materials",
"pages": [
{
"type": "text",