Remove a few old configs

This commit is contained in:
Prospector 2017-06-09 10:35:54 -07:00
parent 81f701477c
commit b6cf2a2c59
2 changed files with 2 additions and 47 deletions

View file

@ -41,7 +41,7 @@ import techreborn.lib.ModInfo;
public class BehaviorDispenseScrapbox extends BehaviorDefaultDispenseItem {
@ConfigRegistry(config = "misc", category = "general", key = "DispenserScrapbox", comment = "Dispensers will open scrapboxes")
public static boolean dispenseScrapboxes = false;
public static boolean dispenseScrapboxes = true;
@Override
protected ItemStack dispenseStack(IBlockSource source, ItemStack stack) {