Add support for JustEnoughItems
Will build on as we add more recipe types.
This commit is contained in:
parent
6f96e200d2
commit
91f88b846f
12 changed files with 292 additions and 1 deletions
|
@ -132,4 +132,8 @@ public enum EnumAltarTier {
|
|||
public void buildComponents() {
|
||||
|
||||
}
|
||||
|
||||
public int toInt() {
|
||||
return ordinal() + 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue