Posted August 9, 20205 yr I want to add a custom recipe serializer to my mod that can take a json file specifyng an Ingredient as an input and produce a FluidStack as an output. I can't use IRecipe because that doesn't work with FluidStacks. If I could just get some tips as to where to look, it would be appreciated.
August 9, 20205 yr You can use IRecipe, you just have to be particularly clever about it. Basically, you can just add a new method that returns the IFluidStack instance. You would just need to add to your deserializer how to get an IFluidStack.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.