You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 MachineRecipeTypes with runtime generated recipes much easier :)
Right now the
buildRecipes
method inMachineCategory
builds the recipes for the furnace, cutting machine, and centrifuge manually instead of calling their respectivegetRecipes(Level)
method fromMachineRecipeType
. Changing this to be more generic would make adding customMachineRecipeType
s with runtime generated recipes much easier :)Discord conversation about this for further context
The text was updated successfully, but these errors were encountered: