Warning on startup: mixin.alloc.blockstate does not exist
t-event opened this issue ยท 1 comments
When running Ferrite Core 8.0.0 on Minecraft 1.21.9 (Fabric 0.17.2), I see this warning in the server log:
[main/WARN]: Mod 'ferritecore' attempted to override option 'mixin.alloc.blockstate', which doesn't exist, ignoring
The server runs fine, but the warning appears every startup.
Steps to reproduce:
Install Fabric 0.17.2 and Minecraft 1.21.9.
Add Ferrite Core 8.0.0 to the mods folder.
Start the server.
Observe the warning in the console.
Expected behavior:
No warning should appear; the mod should avoid overriding nonexistent options.
Environment:
Minecraft 1.21.9
Fabric Loader 0.17.2
Ferrite Core 8.0.0