Added more infrastructure to the incense system.
This commit is contained in:
parent
1242fefc30
commit
f4d0b18521
11 changed files with 180 additions and 14 deletions
|
@ -3,6 +3,10 @@ package WayofTime.bloodmagic.api.incense;
|
|||
public enum EnumTranquilityType
|
||||
{
|
||||
PLANT(),
|
||||
CROP(),
|
||||
TREE(),
|
||||
EARTHEN(),
|
||||
WATER(),
|
||||
FIRE();
|
||||
FIRE(),
|
||||
LAVA();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue