Sinytra / Connector

A compatibility layer that allows running Fabric mods on NeoForge
https://sinytra.org/docs/connector
MIT License
504 stars 20 forks source link

Crashed whilst initializing game MC Dungeons Weapons #1132

Closed Kxrik closed 3 months ago

Kxrik commented 3 months ago

Mod Name

MC Dungeons Weapons

Mod Homepage

https://www.curseforge.com/minecraft/mc-mods/mcdw

Minecraft version

1.20.1

Describe the bug

Crash on launch

Steps to reproduce

  1. Add to modpack with dependencies listed in the mod page
  2. Launch the game
  3. Crash

Logs

https://pastebin.com/DZkznjXf

Additional context

No response

Su5eD commented 3 months ago

Add to modpack with dependencies listed in the mod page

Please read the issue template more carefully. For modpack related issues, use the support channel on our discord server.

Before reporting, please ensure that:

  • You've installed a minimal set of mods required to reproduce the issue. Issues with modpacks and excessive amount of mods will not be accepted, as they take a long time to diagnose. Knowing which mods are causing problems allows us to focus on fixing the issue as soon as possible. If you're unsure which mods might be at fault, try using binary search - removing half of installed mods repeatedly until the faulty mod is found.

This is clearly not the case here as you've got other mods installed as well, namely the Forge version of "Clumps", which is why mcdw is trying to init its compat module for it.

Since the two versions differ in code, Fabric mods built for the Fabric version of Clumps will not work with its Forge build. You can hide clumps from MCDW to disable this integration.