Minecraft version
26.1.x
Describe the bug
Recipes from certain mods fail to sync when a mod requests it and Forgified Fabric API is installed, due to "multiple entries with same key" when creating the client-side RecipeMap
Steps to reproduce
- Install Minecraft, NeoForge, Sinytra Connector, Launchpad, and Forgified Fabric API
- Install a mod that requires recipes to be synced, such as Reliable Recipe Viewer
- Install a mod that triggers this issue, such as Alloyed
- Start the game and create a new world
- Observe in the logs that the recipe sync packet failed to handle on the client
- Observe in the recipe viewer that only tags can be viewed when attempting to view recipes for any item (meaning there is no recipe data available)
Logs
https://gist.github.com/unilock/2111c945174a44833cbbf60c1b9fd9de
Additional context
Also occurs with Tech Reborn recipes, and most likely those from other mods that I haven't tested
Minecraft version
26.1.x
Describe the bug
Recipes from certain mods fail to sync when a mod requests it and Forgified Fabric API is installed, due to "multiple entries with same key" when creating the client-side
RecipeMapSteps to reproduce
Logs
https://gist.github.com/unilock/2111c945174a44833cbbf60c1b9fd9de
Additional context
Also occurs with Tech Reborn recipes, and most likely those from other mods that I haven't tested