package WayofTime.bloodmagic.api.altar; /** * List of different components used to construct * different tiers of altars. */ public enum EnumAltarComponent { GLOWSTONE, BLOODSTONE, BEACON, BLOODRUNE, CRYSTAL, NOTAIR }