Stereowalker / Survive

https://modrinth.com/mod/survive
https://www.curseforge.com/minecraft/mc-mods/survive
Other
19 stars 18 forks source link

Game exits with new 1.19.2 backport #284

Closed Pandaw15 closed 1 year ago

Pandaw15 commented 1 year ago

Hi, I just added the 1.19.2 backport to my modpack (forge 43.2.8) and the game just doesn't launch; the log stops with Survive related stuff. The related log part: https://pastebin.com/b4Huw4iV The full log just in case (there's no crash report): https://pastebin.com/ed3VV90f

I don't know if it's a compatibility issue, could be, given the end of the log.

Stereowalker commented 1 year ago

It's a conflict with dungeon library

Stereowalker commented 1 year ago

My mod (UnionLib) modifies the bow class to make the draw speed configurable via attributes. If Dungeon Library does the same thing, then there's no resolving the conflict

Pandaw15 commented 1 year ago

Oh I see. Isn't it something that could be configurable ? Like "drawspeed configurable = true/false" Or maybe the configs are not read yet at this time of the loading process.

Stereowalker commented 1 year ago

Unfortunately not. It's a mixin thing

Pandaw15 commented 1 year ago

Alright, thanks anyway!