Fixes solar panel and grinder recipes. (will need to delete recipes config)
This commit is contained in:
parent
86d4daaea7
commit
dd2e21d8bc
1 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ import static techreborn.utils.OreDictUtils.joinDictName;
|
|||
public class ModRecipes {
|
||||
|
||||
@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")
|
||||
public static boolean expensiveSolar = false;
|
||||
public static boolean expensiveSolar = true;
|
||||
|
||||
public static void init() {
|
||||
//Gonna rescan to make sure we have an uptodate list
|
||||
|
|
Loading…
Add table
Reference in a new issue