
Can't load world with latest updates to RPG Series of mods and beta 4
Coyodee opened this issue ยท 3 comments
Mod Name
Archers, Rogues & Warriors, Wizards, Paladins & Priests, Spell Engine.
Mod Homepage
https://www.curseforge.com/members/daedelus_dev/projects
Minecraft version
1.21.1
Describe the bug
When updated to the latest of RPG's mods and beta 4 of this mod it just kicks you to a network protocol error when trying to load a single player world also as I still can't figure out why I can't swim at all in my world or why I can't even run beta 5 at all without crashing
Steps to reproduce
1.Have beta 4 and the rpg mods updated to 2.3.0 or newer and spell engine 1.4.0 or newer as of jan 19.
2.
3.
...
Logs
https://gist.github.com/Coyodee/0552602ab094002f941908558850b1e7
Additional context
No response
Just to add on some clues, this issue seems to be linked to something called "TinyConfig". Here's the log on my side using of the RPG series mods:
java.lang.RuntimeException: java.lang.IllegalAccessError: class net.tinyconfig.FabricHelper (in module paladins._1._21._1.TinyConfig.mapped.moj._1._21._1) cannot access class net.fabricmc.loader.api.FabricLoader (in module org.sinytra.connector) because module paladins._1._21._1.TinyConfig.mapped.moj._1._21._1 does not read module org.sinytra.connector
TinyConfig is a small config java library, included in the mod jar.
include(implementation("com.github.ZsoltMolnarrr:TinyConfig:${project.tiny_config_version}"))
Connector definitely had some versions, where such inclusion did not cause any problem.