Bug Report crash when making a world
VaporeonScripts opened this issue · 10 comments
Is there an existing issue for this?
- I did not find any existing issues.
Current Behavior
Expected Behavior
crash when making a world
How to Test
add the mod
Local Environment
- **Operating System**: arch
- **Java version**: 21
- **Minecraft Version**: 1.21.1
- **Version**: latest
- **Other Mods**: too many
Any Additional Information?
No response
Interesting, the PR converts all smelting recipes to Alloy Smelter recipes. I changed the namespace to EnderIO and even prefixed the recipe ID path with smelting/
and it still conflicts. 🤔
I think we need to also include the namespace of the inherited recipe, so enderio:/minecraft/smelting/...
@VaporeonScripts This is an easy fix if we make the recipe ID unique enough but I want to know something just for clarity. Do you happen to have a custom data pack or KubeJS script that adds recipes that may have this exact ID? It should not be possible to have a duplicate recipe ID within the mod itself considering the duplicate ID even uses the EnderIO namespace.
i get a new issue now
https://mclo.gs/TY4xgH1
@VaporeonScripts This is an easy fix if we make the recipe ID unique enough but I want to know something just for clarity. Do you happen to have a custom data pack or KubeJS script that adds recipes that may have this exact ID? It should not be possible to have a duplicate recipe ID within the mod itself considering the duplicate ID even uses the EnderIO namespace.
Idrk,i might check later if I got some kube js script that does that
All good, nevermind. It was a conflict with Farmers Delight. Good that you brought it up. Didn't have this edge case in mind. Thank you.