The fix for the invisible microbe musher product (a constructor signature change to include "string fabricatorAnim") now breaks every single mod that adds any form of complex recipes.
While that can be fixed with a recompile, that is not on the table for large mods like Chemical Processing and other similar mods from Ronivan, since he passed away.
These mods would be rendered broken forever.
Please readd a constructor with the old constructor method signature to the ComplexRecipe class to avoid this fallout.
something to the likes of
public ComplexRecipe(string id, RecipeElement[] ingredients, RecipeElement[] results) => new ComplexRecipe(id, ingredients, results, null);
try launching the game with any mod active that adds a complex recipe
example mod that was loading before:
Elemental Charcoal, adds a single kiln recipe
try loading up the game
run into
[ERROR] GameAssets(Clone) ~~~!System.MissingMethodException: Method not found: void .RecipeElement..ctor
-
1
-
3
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now