Ender IO

Ender IO

92M Downloads

Bug Report crash when making a world

VaporeonScripts opened this issue · 10 comments

commented

Is there an existing issue for this?

  • I did not find any existing issues.

Current Behavior

https://mclo.gs/rp0BoCU

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

commented

yup,using 7.0.2 works fine, its a 7.0.3 and 7.0.4 error

commented

java.lang.IllegalArgumentException: Multiple entries with same key: enderio:smelting/bread_from_smelting=enderio:smelting/bread_from_smelting and enderio:smelting/bread_from_smelting=enderio:smelting/bread_from_smelting

I wonder if its #812. @Rover656 @rlnt

commented

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. 🤔

commented

I think we need to also include the namespace of the inherited recipe, so enderio:/minecraft/smelting/...

commented

@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.

commented

i get a new issue now
https://mclo.gs/TY4xgH1

commented

is it related somehow to ender io
image

commented

@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

commented

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.

commented

alright! no problem