QuiltMC / quilt-standard-libraries

A set of libraries to assist in making Quilt mods.
Apache License 2.0
152 stars 85 forks source link

Latest version of spectrum crashes due to mixin conflict #381

Open Auroali opened 3 weeks ago

Auroali commented 3 weeks ago

https://mclo.gs/OZy9m6k seems to be a conflict between LivingEntityPreventStatusClearMixin in spectrum and LivingEntityMixin in QSL

OroArmor commented 3 weeks ago

This might just be a conflict here, with no good mixin way to support this. @llamalad7 do you have any ideas?

LlamaLad7 commented 3 weeks ago

Well why is QSL overwriting so many things in the first place? Seems lazy rather than necessary, and will of course lead to compat issues. If you're not sure how to replace any overrides / overwrites / redirects do ask in discord.

OroArmor commented 3 weeks ago

https://github.com/QuiltMC/quilt-standard-libraries/pull/383