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,13 @@
{
"id": "mana_pool",
"condition": {
"type": "item.pickup",
"item": "Botania:pool"
},
"page": "GT New Horizons",
"x": -6,
"y": 2,
"icon": {
"registryName": "Botania:pool"
}
}

View File

@@ -0,0 +1,13 @@
{
"id": "runic_altar",
"condition": {
"type": "item.pickup",
"item": "Botania:runeAltar"
},
"page": "GT New Horizons",
"x": -4,
"y": 2,
"icon": {
"registryName": "Botania:runeAltar"
}
}

View File

@@ -0,0 +1,15 @@
{
"id": "terrasteel_ingot",
"condition": {
"type": "item.pickup",
"item": "Botania:manaResource",
"meta": 4
},
"page": "GT New Horizons",
"x": -2,
"y": 2,
"icon": {
"registryName": "Botania:manaResource",
"meta": 4
}
}

View File

@@ -0,0 +1,13 @@
{
"id": "elven_gateway",
"condition": {
"type": "item.pickup",
"item": "Botania:alfheimPortal"
},
"page": "GT New Horizons",
"x": 0,
"y": 2,
"icon": {
"registryName": "Botania:alfheimPortal"
}
}

View File

@@ -0,0 +1,15 @@
{
"id": "gaia_guardian",
"condition": {
"type": "kill",
"targets": "Botania.botania:doppleganger",
"isTargetsAllowList": true
},
"page": "GT New Horizons",
"x": 2,
"y": 2,
"isSpecial": true,
"icon": {
"registryName": "Botania:gaiaHead"
}
}