Initial work on the Ritual Tinkerer

Includes the code for the Item and the generation of the translation strings.
This commit is contained in:
WayofTime 2020-11-09 16:54:26 -05:00
parent d182b90f9a
commit f9e78fcb40
7 changed files with 590 additions and 1 deletions

View file

@ -0,0 +1,8 @@
package wayoftime.bloodmagic.ritual;
public enum EnumRitualReaderState
{
SET_AREA,
INFORMATION,
SET_WILL_TYPES,;
}