Fixes solar panel and grinder recipes. (will need to delete recipes config)

This commit is contained in:
modmuss50 2017-06-20 21:59:26 +01:00
parent 86d4daaea7
commit dd2e21d8bc
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -64,10 +64,10 @@ import static techreborn.utils.OreDictUtils.joinDictName;
public class ModRecipes { public class ModRecipes {
@ConfigRegistry(config = "recipes", category = "changes", key = "expesive_macerator", comment = "Enable the expensive macertor recipe") @ConfigRegistry(config = "recipes", category = "changes", key = "expesive_macerator", comment = "Enable the expensive macertor recipe")
public static boolean expensiveMacerator = false; public static boolean expensiveMacerator = true;
@ConfigRegistry(config = "recipes", category = "changes", key = "expesive_solar", comment = "Enable the expensive solar panel recipe") @ConfigRegistry(config = "recipes", category = "changes", key = "expesive_solar", comment = "Enable the expensive solar panel recipe")
public static boolean expensiveSolar = false; public static boolean expensiveSolar = true;
public static void init() { public static void init() {
//Gonna rescan to make sure we have an uptodate list //Gonna rescan to make sure we have an uptodate list