Add support for JustEnoughItems

Will build on as we add more recipe types.
This commit is contained in:
Nick 2015-11-28 23:52:06 -08:00
parent 6f96e200d2
commit 91f88b846f
12 changed files with 292 additions and 1 deletions

View file

@ -132,4 +132,8 @@ public enum EnumAltarTier {
public void buildComponents() {
}
public int toInt() {
return ordinal() + 1;
}
}