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": "sacrificial_knife",
"condition": {
"type": "achievement",
"id": "sacrificial_knife"
},
"model": {
"type": "item",
"registryName": "AWWayofTime:sacrificialKnife"
}
}

View File

@@ -0,0 +1,11 @@
{
"id": "weak_blood_orb",
"condition": {
"type": "achievement",
"id": "weak_blood_orb"
},
"model": {
"type": "item",
"registryName": "AWWayofTime:weakBloodOrb"
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "blood_altar",
"condition": {
"type": "achievement",
"id": "blood_altar"
},
"model": {
"type": "item",
"registryName": "AWWayofTime:Altar",
"yOffset": -0.1875
}
}

View File

@@ -0,0 +1,11 @@
{
"id": "bound_pickaxe",
"condition": {
"type": "achievement",
"id": "bound_pickaxe"
},
"model": {
"type": "item",
"registryName": "AWWayofTime:boundPickaxe"
}
}

View File

@@ -0,0 +1,11 @@
{
"id": "minor_demon_grunt",
"condition": {
"type": "achievement",
"id": "minor_demon_grunt"
},
"model": {
"type": "item",
"registryName": "AWWayofTime:demonPortalMain"
}
}

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
}
}

View File

@@ -0,0 +1,11 @@
{
"id": "wand",
"condition": {
"type": "achievement",
"id": "wand"
},
"model": {
"type": "item",
"registryName": "Thaumcraft:WandCasting"
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "thaumatorium",
"condition": {
"type": "achievement",
"id": "thaumatorium"
},
"model": {
"type": "item",
"registryName": "Thaumcraft:blockMetalDevice",
"meta": 9
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "infusion",
"condition": {
"type": "achievement",
"id": "infusion"
},
"model": {
"type": "item",
"registryName": "Thaumcraft:blockStoneDevice",
"meta": 2
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "eldritch_eye",
"condition": {
"type": "achievement",
"id": "eldritch_eye"
},
"model": {
"type": "item",
"registryName": "Thaumcraft:ItemEldritchObject",
"meta": 0
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "primordial_pearl",
"condition": {
"type": "achievement",
"id": "primordial_pearl"
},
"model": {
"type": "item",
"registryName": "Thaumcraft:ItemEldritchObject",
"meta": 3
}
}