This commit is contained in:
samsonsin
2025-05-29 23:26:10 +02:00
commit 90b3575aea
11149 changed files with 2362534 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"id": "mana_pool",
"condition": {
"type": "achievement",
"id": "mana_pool"
},
"model": {
"type": "item",
"registryName": "Botania:pool"
}
}

View File

@@ -0,0 +1,11 @@
{
"id": "runic_altar",
"condition": {
"type": "achievement",
"id": "runic_altar"
},
"model": {
"type": "item",
"registryName": "Botania:runeAltar"
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "terrasteel_ingot",
"condition": {
"type": "achievement",
"id": "terrasteel_ingot"
},
"model": {
"type": "item",
"registryName": "Botania:manaResource",
"meta": 4
}
}

View File

@@ -0,0 +1,32 @@
{
"id": "elven_gateway",
"condition": {
"type": "achievement",
"id": "elven_gateway"
},
"model": {
"type": "complex",
"keys": {
"A": "Botania:pool",
"B": "Botania:livingwood",
"C": "Botania:pylon",
"D": "Botania:livingwood",
"~": "Botania:alfheimPortal"
},
"metadata": {
"A": 0,
"B": 0,
"C": 1,
"D": 5,
"~": 0
},
"transpose": true,
"structure": [
[" BDB "],
[" B B "],
[" D D "],
[" B B "],
[" B~B "]
]
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "gaia_guardian",
"condition": {
"type": "achievement",
"id": "gaia_guardian"
},
"model": {
"type": "item",
"registryName": "Botania:manaResource",
"meta": 5
}
}