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