mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +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",
|
"parent": "naturesaura:get_book",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"book": {
|
"leaf": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"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",
|
"parent": "naturesaura:gold_leaf",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"book": {
|
"stand": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"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.wood_stand.desc=Create a Wooden Stand for the Ritual of the Forest
|
||||||
advancement.naturesaura.altar=Empowered
|
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
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Aura Cache",
|
"name": "Aura Cache",
|
||||||
"icon": "naturesaura:aura_cache",
|
"icon": "naturesaura:aura_cache",
|
||||||
"category": "naturesaura:items",
|
"category": "naturesaura:items",
|
||||||
"advancement": "naturesaura:altar",
|
"advancement": "naturesaura:infused_materials",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Botanist's Tools",
|
"name": "Botanist's Tools",
|
||||||
"icon": "naturesaura:infused_iron_pickaxe",
|
"icon": "naturesaura:infused_iron_pickaxe",
|
||||||
"category": "naturesaura:items",
|
"category": "naturesaura:items",
|
||||||
"advancement": "naturesaura:altar",
|
"advancement": "naturesaura:infused_materials",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
Loading…
Reference in a new issue