Clean up buildRecipes in MachineCategory
Swedz opened this issue ยท 0 comments
Right now the buildRecipes
method in MachineCategory
builds the recipes for the furnace, cutting machine, and centrifuge manually instead of calling their respective getRecipes(Level)
method from MachineRecipeType
. Changing this to be more generic would make adding custom MachineRecipeType
s with runtime generated recipes much easier :)