Crash on Startup with Enchantment Descriptions
NielsPilgaard opened this issue ยท 3 comments
Minecraft Version
1.18.x
Version
1.19-1.100.6
Details
Make a Minecraft 1.19 Forge instance with both Enchantment Descriptions and CC: Tweaked
Exception in thread "main" java.lang.module.ResolutionException: Modules io.netty.common and computercraft export package io.netty.util.collection to module enchdesc
Removing CC: Tweaked resolves the issue.
I think we probably need to wait until Jar in Jar is merged into Forge and use that to bundle netty instead.