Finalized ARC

Finished 99% of the implementation work for the ARC and recipe system. Still need to populate the recipes (which will require textures for some items have have yet to be added).
This commit is contained in:
WayofTime 2020-10-30 16:41:41 -04:00
parent 9fa68e86ae
commit 1ead4ff820
56 changed files with 945 additions and 129 deletions

View file

@ -170,6 +170,7 @@ public class Constants
public static final String JEI_CATEGORY_SOULFORGE = "soulforge";
public static final String JEI_CATEGORY_ALCHEMYTABLE = "alchemytable";
public static final String JEI_CATEGORY_ARMOURDOWNGRADE = "armourdowngrade";
public static final String JEI_CATEGORY_ARC = "arc";
public static final String WAILA_CONFIG_ALTAR = BloodMagic.MODID + ".bloodaltar";
public static final String WAILA_CONFIG_TELEPOSER = BloodMagic.MODID + ".teleposer";