BloodMagic/src/main/java/WayofTime/bloodmagic/api/altar/EnumAltarComponent.java

16 lines
246 B
Java
Raw Normal View History

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
}