Warlords Welt replied to Epic Loot Mod April 27, 2021 @ 3:26:20 pm PDT

30 sec. searching on nexus in the posts of the Mod:

10 April 2021, 5:16AM
If you want to add recipes for the runestones you can, just go to the bottom of the recipes.json and add your own.
This is an example of a magic runestone crafted from magic
{
"name": "Recipe_RunestoneMagic",
"item": "RunestoneMagic",
"amount": 1,
"craftingStation": "forge",
"resources": [
{ "item": "Stone", "amount": 10 },
{ "item": "ShardMagic", "amount": 1 },
{ "item": "EssenceMagic", "amount": 5 },
{ "item": "DustMagic", "amount": 5 }
]
},

or bossloot
8:13 pm, June 1, 2021
Warlords Welt 0 comments 0 likes