Remove a few old configs
This commit is contained in:
parent
81f701477c
commit
b6cf2a2c59
2 changed files with 2 additions and 47 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue