First attempt at AlchemyArrayCrafting JEI support
Does not work currently due to broken map lookups.
This commit is contained in:
parent
03847ad6d9
commit
d9bc1105d8
8 changed files with 201 additions and 4 deletions
|
@ -66,6 +66,7 @@ public class Constants {
|
|||
public static class Compat {
|
||||
public static final String JEI_CATEGORY_ALTAR = Mod.MODID + ":altar";
|
||||
public static final String JEI_CATEGORY_BINDING = Mod.MODID + ":binding";
|
||||
public static final String JEI_CATEGORY_ALCHEMYARRAY = Mod.MODID + ":alchemyArray";
|
||||
}
|
||||
|
||||
public static class Misc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue