

PokeFactory Legends
Активный0.0
Установок
Последнее обновление
Версии
A Mod created by DiamonDoughnut for the DoD Pokefactory server. In its current state, this mod allows for the crafting of /Most/ base summoning objects as well as upgrading netherite tools/weapons and armor to Legend items.
Legend Ore spawns in the End dimension somewhat infrequently and in small veins - Infuse this around a Legend Star, found in treasure chests throughout the end as well as in a few overworld and nether loot locations, in order to create your base crafting item for the legends.
Because I want to make this mod compatible for as many servers as possible, unless the crafting ingredients are vanilla MineCraft or straight from this mod or Cobblemon, the recipes are not included and must be datapacked in. JSON structure is as follows (ALL RECIPES ARE SHAPED)
{
"type": "legends_dod:legendary_infusion",
"ingredients": [
{
"item": "legends_dod:legend_star"
},
{
"item": "legends_dod:legend_shard"
},
{
"item": "legends_dod:legend_shard"
},
{
"item": "legends_dod:legend_shard"
},
{
"item": "legends_dod:legend_shard"
},
{
"item": "legends_dod:legend_shard"
},
{
"item": "legends_dod:legend_shard"
},
{
"item": "legends_dod:legend_shard"
},
{
"item": "legends_dod:legend_shard"
}
],
"result": {
"item": "legends_dod:sub_legend_base"
}
}
---First Ingredient goes in Center of crafting bench, then the rest begin at the top and move clockwise - will add Images soon---