feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
@@ -0,0 +1,33 @@
{
"essences": {
"aureal": 82,
"blood": 1000,
"souls": 1
},
"forge_tier": 3,
"inputs": [
{
"amount": 3,
"ingredient": {
"item": "forbidden_arcanus:xpetrified_orb"
}
},
{
"amount": 1,
"ingredient": {
"item": "forbidden_arcanus:stellarite_piece"
}
}
],
"magic_circle": "forbidden_arcanus:create_item",
"main_ingredient": {
"item": "allthemodium:allthemodium_ingot"
},
"result": {
"type": "forbidden_arcanus:create_item",
"result_item": {
"count": 1,
"id": "forbidden_arcanus:eternal_stella"
}
}
}
@@ -0,0 +1,10 @@
{
"type": "neoforge:add_spawns",
"biomes": "#neoforge:none",
"spawners": {
"type": "forbidden_arcanus:lost_soul",
"maxCount": 3,
"minCount": 1,
"weight": 35
}
}