question about warning - fabric
FixingGlobe opened this issue ยท 3 comments
Hi,
Sorry to bother you and I don't seem to find much information but when I start my quilt server with qfabi I do get the following warning.
[main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children
Is this intentional behavior or something which could be an incompatibility with another mod?
Found something more it will do one override for Lithium but I haven't found any issues so far.
This is a compatibility solution, mixin disabling caused by another mod. It's not critical, I guess.
This is intentional. Lithium has some memory usage optimizations for blockstates (came from Hydrogen), but FerriteCore's optimizations use even less memory and are typically more performant as well. You can't use both optimizations at once, so FerriteCore disables Li's optimization there.