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
Looping through the material registry and doing a lot of type checks and casting to accomplish the recipe replacements is clunky and potentially error prone (e.g. filtering by IngotMaterial for cables misses the edge case of Superconductor which is a MarkerMaterial).
Let's investigate alternatives that could improve accuracy and efficiency. We were tipped off about RecipeHandlers, so let's look into that.
The text was updated successfully, but these errors were encountered:
Looping through the material registry and doing a lot of type checks and casting to accomplish the recipe replacements is clunky and potentially error prone (e.g. filtering by
IngotMaterial
for cables misses the edge case of Superconductor which is aMarkerMaterial
).Let's investigate alternatives that could improve accuracy and efficiency. We were tipped off about RecipeHandlers, so let's look into that.
The text was updated successfully, but these errors were encountered: