2015-11-02 20:39:44 +00:00
|
|
|
package WayofTime.bloodmagic.api.altar;
|
2015-10-30 03:22:14 +00:00
|
|
|
|
2016-03-23 01:10:05 +00:00
|
|
|
/**
|
2016-04-05 20:16:17 +00:00
|
|
|
* List of different components used to construct different tiers of altars.
|
2016-03-23 01:10:05 +00:00
|
|
|
*/
|
2015-12-30 20:34:40 +00:00
|
|
|
public enum EnumAltarComponent
|
|
|
|
{
|
2016-01-02 22:56:37 +00:00
|
|
|
GLOWSTONE,
|
|
|
|
BLOODSTONE,
|
|
|
|
BEACON,
|
|
|
|
BLOODRUNE,
|
|
|
|
CRYSTAL,
|
|
|
|
NOTAIR
|
2015-10-30 03:22:14 +00:00
|
|
|
}
|