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