Added more infrastructure to the incense system.

This commit is contained in:
WayofTime 2016-01-26 14:33:02 -05:00
parent 1242fefc30
commit f4d0b18521
11 changed files with 180 additions and 14 deletions

View file

@ -3,6 +3,10 @@ package WayofTime.bloodmagic.api.incense;
public enum EnumTranquilityType
{
PLANT(),
CROP(),
TREE(),
EARTHEN(),
WATER(),
FIRE();
FIRE(),
LAVA();
}