Create: Metallurgy

Create: Metallurgy

1M Downloads

[BUG ๐Ÿœ] More fluid inputs/outputs than supported log spam

TheLMiffy1111 opened this issue ยท 3 comments

commented

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.

commented

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 ๐Ÿ‘

commented

Hello back @TheLMiffy1111 ๐Ÿ‘‹
Its has been fixed here commit.
I just forgot to specify the recipe limits.

commented

Is this fix required in 1.20.1 branch as well?
It wasn't merged from 1.19 to 1.20 branch.