Balm (Fabric Edition)

Balm (Fabric Edition)

27M Downloads

Crash with Sinytra Connector & Surveystones

SevereOverfl0w opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1 (LTS)

Mod Loader

Forge

Describe the Issue

Since 7.3.19 surveystones mod breaks on startup. This seems to be an incompatibility with checking the modlist, which is perhaps done by waystones transitively? Unclear. The stack trace was enough for me to realise this was caused by Balm without me looking too much closer at it.

Surveystones depends on sinytra, so I haven't removed it. Given a balm change seems to have broken this I figured this was the place to start :)

Logs

https://mclo.gs/E8KrSFr

commented

Looks like Sinytra loads Fabric mods before the Forge mod list is available. But since Balm is a Forge mod it expects it to be available by the time mods make calls to it.

I may look into a workaround on Balm's side but this should be reported to Sinytra, this will just be a constant crash source if a Fabric mod calls any multiloader-mod's method that happens to use isModLoaded() or other lifecycle-related Forge methods.