mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
change advancements around a bit
This commit is contained in:
parent
7008b41711
commit
545baa23be
6 changed files with 36 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"parent": "naturesaura:get_book",
|
||||
"criteria": {
|
||||
"book": {
|
||||
"leaf": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"parent": "naturesaura:gold_leaf",
|
||||
"criteria": {
|
||||
"book": {
|
||||
"stand": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
|
|
|
@ -39,3 +39,5 @@ 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.infused_materials=Iron Factory
|
||||
advancement.naturesaura.infused_materials.desc=Use the Natural Altar to create Infused Iron and Infused Rock
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Aura Cache",
|
||||
"icon": "naturesaura:aura_cache",
|
||||
"category": "naturesaura:items",
|
||||
"advancement": "naturesaura:altar",
|
||||
"advancement": "naturesaura:infused_materials",
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue