FerriteCore ((Neo)Forge)

FerriteCore ((Neo)Forge)

155M Downloads

Warning on startup: mixin.alloc.blockstate does not exist

Closed this issue ยท 1 comments

commented

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

commented

This is fixed for the next release, since it's only a warning in the log I do not plan to create a release just for this.