
[BUG ๐] More fluid inputs/outputs than supported log spam
TheLMiffy1111 opened this issue ยท 3 comments
Describe the bug
When loading the game, the console is spammed with patterns of the following:
Your custom createmetallurgy:melting recipe has more fluid outputs (1) than supported (0).
Your custom createmetallurgy:alloying recipe has more fluid inputs (2) than supported (0).
Your custom createmetallurgy:alloying recipe has more fluid outputs (1) than supported (0).
This is caused by melting/alloying recipes not having fluid input/output counts set.
Expected behavior
Melting recipes should support at least 1 fluid output.
Alloying recipes should support 2 fluid inputs and at least 1 fluid output.
Environment:
- MC/Forge 1.19.2
- Create version 0.5.1.i
- Create Metallurgy version 0.0.6
Additional context
Melting/alloying recipes probably should not be supporting 2 item outputs.
Hey @TheLMiffy1111 ๐
I thought that was only in my Programming environment, but it doesn't seem to. I will fix it when I have the time.
I will keep this thread open until it's fixed.
Thanks for taking the time to report this ๐
Hello back @TheLMiffy1111 ๐
Its has been fixed here commit.
I just forgot to specify the recipe limits.