Update config.java

master
LuukFTF 2019-10-13 18:28:03 +00:00
parent 4f15e3b716
commit 61c7fb2cfc
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class config {
CRAFTING_TWEAKS_ICE = config.getBoolean("crafting-tweaks.ice");
CRAFTING_TWEAKS_DRAGONS_BREATH = config.getBoolean("crafting-tweaks.dragons-breath");
CRAFTING_TWEAKS_SPONGE = config.getBoolean("crafting-tweaks.sponge");
CRAFTING_TWEAKS_DISPENSER = config.getBoolean("crafting-tweak.dispenser");
CRAFTING_TWEAKS_DISPENSER = config.getBoolean("crafting-tweaks.dispenser");
SEED_DROP_PLANTING_ENABLED = config.getBoolean("seed-drop-planting.enabled");