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());
}
Aggregations