Quplet / NoShieldDelay

A recreation of Revvilo's Responsive Shields in Fabric.
MIT License
4 stars 0 forks source link

Possible incompatibilities with mods using .toml for config #5

Closed lord-oats closed 4 months ago

lord-oats commented 4 months ago

Mod causes Minecraft to crash on startup when using the following mods: Comforts https://modrinth.com/mod/comforts Vein Mining https://modrinth.com/mod/vein-mining

As far as I can tell, it's because they both also use .toml config files which could be causing issues, although I may be wrong.

crash-2024-07-14_22.16.04-client.txt crash-2024-07-14_22.17.00-client.txt

Quplet commented 4 months ago

The issue is superseding night config libraries. A recent version of night configs has a massive regression that breaks my config system and causes a crash and if any mod includes that version with the regression it breaks.

See issue #2 for a replacement version of the mod that excludes this regression.