![Tinkers' Steelworks (fork)](https://media.forgecdn.net/avatars/thumbnails/21/776/256/256/635732386455948870.png)
Fundamental Recipe Bug
Voidi opened this issue ยท 1 comments
It seems ther is a game breaking bug how the recipes are handled.
If you want to make steel, it make 1000mB Molten steel, regardless what part of iron you put in.
I think this behaviour is caused by the highoven, to only check for the fluid type, not the amout.
https://github.com/Ephys/TinkersSteelworks/blob/master/src/main/java/toops/tsteelworks/common/blocks/logic/HighOvenLogic.java#L335