Skip to content

Commit 5f421b9

Browse files
committed
Removed deprecated config
sorry allow_mxing and can_use_reagents
1 parent 675f804 commit 5f421b9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/net/sploder12/potioncraft/Config.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public enum FieldID {
2525
// Config Fields
2626
static HashMap<FieldID, Field> fields = new HashMap<>() {{
2727
put(FieldID.DEBUG, new BooleanField(false, "debug", "Debug mode enabled?"));
28-
put(FieldID.ALLOW_MIXING, new BooleanField(true, "allow_mixing", "Should Potion Mixing be Possible?"));
29-
put(FieldID.CAN_USE_REAGENTS, new BooleanField(true, "can_use_reagents", "Should Adding Reagents to Mixtures be Possible?"));
3028
put(FieldID.MAX_POTENCY, new IntField(5, "max_potency", "Maximum potency for crafted potions (negative for infinite)."));
3129
put(FieldID.DEFAULT_POTION_POTENCY, new IntField(1, "default_potion_potency", "Default potency for vanilla potions."));
3230
}};

0 commit comments

Comments
 (0)