Iron nuggets missing from recipes depending on mods installed
briansemrau opened this issue · 3 comments
Describe the Bug
Depending on the mods I have installed, some recipes will be missing items or no longer work. This is not due to an incompatibility, but likely due to some race condition or nondeterministic ordering.
It is likely that recipes with iron nuggets are not the only ones affected.
Here are some example configurations to demonstrate the nondeterministic nature of this bug:
A. ❌Recipes broken
Create (0.5.0g-796+1.19.2)
Quilted Fabric API (4.0.0-beta.24+0.68.0-1.19.2)
B. ✔Recipes work
Create (0.5.0g-796+1.19.2)
Fabric API (0.68.0+1.19.2)
C. ❌Recipes broken
Create (0.5.0g-796+1.19.2)
Fabric API (0.68.0+1.19.2)
Roughly Enough Items (9.1.577)
Architectury (6.3.56)
Cloth Config v8 (8.2.88)
Mod Menu (4.1.1)
D. ❌Recipes broken
Create (0.5.0g-796+1.19.2)
Fabric API (0.68.0+1.19.2)
AppleSkin (2.4.1+mc1.19)
E. ✔Recipes work
Create (0.5.0g-796+1.19.2)
Fabric API (0.68.0+1.19.2)
AppleSkin (2.4.1+mc1.19)
Clear Despawn (1.1.10)
Cloth Config v8 (8.2.88)
Reproduction Steps
See example mod installation configurations above
- install mods
- try to craft Create recipes using iron nuggets
- may or may not work
Expected Result
Recipes should always be correct.
Screenshots and Videos
Crash Report or Log
Logs where recipes work:
https://gist.github.com/briansemrau/6d0011b8d7b56fb49e5d62be3f2a6cbf
Logs where recipes do not work:
https://gist.github.com/briansemrau/1c5eab0e4f2cdacf33a59bc4337977c7
Operating System
Windows 10
Mod Version
0.5.0g
Minecraft Version
1.19.2
Other Mods
See above.
Additional Context
No response
I was able to solve this by deleting
create-fabric-0.5.0g-796+1.19.2.jar\META-INF\jars\Registrate-1.1.44-MC1.19.2.jar\META-INF\jars\tags-2.0.588+1.19.2.jar
I believe this may have already been fixed by this commit: 88afd92
Just confirming this bug is still present. @briansemrau What was your fix exactly? I can't seem to find the .jar file you refer to