Update JEI compat
This commit is contained in:
parent
53c5a7ad8f
commit
d51a908f6b
6 changed files with 19 additions and 6 deletions
|
@ -88,7 +88,6 @@ public class ConfigHandler {
|
|||
public static boolean vanillaPotionAbsorptionEnabled;
|
||||
|
||||
// Compat
|
||||
public static boolean compatibilityJustEnoughItems;
|
||||
|
||||
public static void init(File file) {
|
||||
config = new Configuration(file);
|
||||
|
@ -176,7 +175,6 @@ public class ConfigHandler {
|
|||
|
||||
category = "Compatibility";
|
||||
config.addCustomCategoryComment(category, "Compatibility settings");
|
||||
compatibilityJustEnoughItems = config.getBoolean("compatibilityJustEnoughItems", category, true, "Enables the JEI recipe categories for specialized recipes.");
|
||||
|
||||
config.save();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue