initial
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "mana_pool",
|
||||
"condition": {
|
||||
"type": "achievement",
|
||||
"id": "mana_pool"
|
||||
},
|
||||
"model": {
|
||||
"type": "item",
|
||||
"registryName": "Botania:pool"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "runic_altar",
|
||||
"condition": {
|
||||
"type": "achievement",
|
||||
"id": "runic_altar"
|
||||
},
|
||||
"model": {
|
||||
"type": "item",
|
||||
"registryName": "Botania:runeAltar"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "terrasteel_ingot",
|
||||
"condition": {
|
||||
"type": "achievement",
|
||||
"id": "terrasteel_ingot"
|
||||
},
|
||||
"model": {
|
||||
"type": "item",
|
||||
"registryName": "Botania:manaResource",
|
||||
"meta": 4
|
||||
}
|
||||
}
|
||||
@@ -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 "]
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "gaia_guardian",
|
||||
"condition": {
|
||||
"type": "achievement",
|
||||
"id": "gaia_guardian"
|
||||
},
|
||||
"model": {
|
||||
"type": "item",
|
||||
"registryName": "Botania:manaResource",
|
||||
"meta": 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user