Jump to content

Microbe Musher missing bar pooping animation


Tigin
  • Branch: Preview Branch Version: Windows Fixed



User Feedback


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.

The fix for this (constructor 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 the old Constructor 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);

 

 

Edited by SGT_Imalas
  • Big Ups 2

Share this comment


Link to comment
Share on other sites



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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...