ZsoltMolnarrr / CombatRoll

🧶 Adds combat roll ability, with related attributes and enchantments.
https://www.curseforge.com/minecraft/mc-mods/combat-roll
GNU General Public License v3.0
17 stars 14 forks source link

Conflicts with Better Combat and Cloth Config? #51

Closed NovaViper closed 2 months ago

NovaViper commented 2 months ago

Minecraft version - 1.21.1 Mod loader - NeoForge v21.1.21 Mod version - 2.0.0+1.21.1 I am using the latest version available - Yes

Describe the bug If I load Better Combat v2.0.0+1.21.1 along with Combat Roll, the game crashes with Caused by: java.lang.module.ResolutionException: Module combat_roll contains package net.tinyconfig, module bettercombat exports package net.tinyconfig to combat_roll; while I load the same mods with other mods (such as Guard Villagers v2.3.0), I get this error: Modules combat_roll and bettercombat export package net.tinyconfig to module guardvillagers.

To Reproduce Steps to reproduce the behavior:

  1. Download Combat Roll and Better Combat along with their dependencies
  2. Launch the game
  3. Game immediately crashes

Expected behavior The mods should just load up without crashing the game

Screenshots or video recordings If applicable, add screenshots to help explain your problem.

Additional context Logs with just Better Combat, Combat Roll, and Cloth Config: https://mclo.gs/lSpeFls Logs with BC, CR, CC, and Guard Villagers: https://mclo.gs/V5pGpFk

ZsoltMolnarrr commented 2 months ago

Thank you for the report.

A fix was publish in v2.0.1 of both mods. Please report back if the issue persist after updating.

NovaViper commented 2 months ago

The update fixed it! Thank you for the speedy reply and patch!