Incompatibility with Sounds
Mentalgen opened this issue ยท 8 comments
This issue started on Sounds' GitHub page, however it seems that it might be something that needs to be addressed here.
Currently, Extended Block Shapes crashes with Sounds due to an issue regarding the YACL version. It was recommended that the YACL implementation is updated to return compatibility with Sounds.
Crash Log: https://mclo.gs/iDOlieC
It was also noted that YACL v2 was deprecated over a year ago.
I'm using the latest version of your mod and Sounds.
could you check BRRP version. Btw I do not own the mod.
This is the link that will get you to the beta version of BRRP 1.0.4
#46 (comment)
I apologize, I should have mentioned I'm using Minecraft version 1.20.1.
EDIT: Turns out that it crashes anyway using the respective 1.20.6 versions of the mods and using the beta BRRP mod.
Crash Log: https://mclo.gs/wEMKYHj
I apologize, I should have mentioned I'm using Minecraft version 1.20.1.
EDIT: Turns out that it crashes anyway using the respective 1.20.6 versions of the mods and using the beta BRRP mod.
Crash Log: https://mclo.gs/wEMKYHj
I really cant help you since I do not own the mod, and im currently on 1.21 so wait for the mod dev to assist u.
I didn't test, but the issue seems not to happen, because I discover in the Sounds mod, the exception has been caught.
If they mean YetAnotherConfigLib mod by saying YACL, my mod does not use it at all.
The issue perhaps happens because my mod is initialized before Sounds mod, while I called AbstractBlock.getSoundGroup()
in my initialization stage. The Sounds mod injected a mixin to it, while it seems that mod is not initialized yet, causing the issue.
Unfortunately, I have no idea about how to fix that.