This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 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"
}
}