Search in sources :

Example 1 with AttuneCrystalRecipe

use of hellfirepvp.astralsorcery.common.crafting.nojson.attunement.AttuneCrystalRecipe in project AstralSorcery by HellFirePvP.

the class AttunementCraftingRegistry method init.

@Override
public void init() {
    this.register(new AttunePlayerRecipe());
    this.register(new AttuneCrystalRecipe());
}
Also used : AttuneCrystalRecipe(hellfirepvp.astralsorcery.common.crafting.nojson.attunement.AttuneCrystalRecipe) AttunePlayerRecipe(hellfirepvp.astralsorcery.common.crafting.nojson.attunement.AttunePlayerRecipe)

Aggregations

AttuneCrystalRecipe (hellfirepvp.astralsorcery.common.crafting.nojson.attunement.AttuneCrystalRecipe)1 AttunePlayerRecipe (hellfirepvp.astralsorcery.common.crafting.nojson.attunement.AttunePlayerRecipe)1