Initial work on the Ritual Tinkerer
Includes the code for the Item and the generation of the translation strings.
This commit is contained in:
parent
d182b90f9a
commit
f9e78fcb40
7 changed files with 590 additions and 1 deletions
|
@ -0,0 +1,8 @@
|
|||
package wayoftime.bloodmagic.ritual;
|
||||
|
||||
public enum EnumRitualReaderState
|
||||
{
|
||||
SET_AREA,
|
||||
INFORMATION,
|
||||
SET_WILL_TYPES,;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue