Constant error when adding ForgifiedFabricAPI
suiii420 opened this issue ยท 2 comments
1.21.1 NeoForge Server
Error when adding ForgifiedFabricAPI and nothing other
[main/ERROR] [common.asm.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
Its always giving me this error, but everything seems to work, so I only want to know if its a common thing and nothing to worry about.
This is because Fabric Screen API has a client-side mixin incorrectly placed in the "mixins" array instead of the "client" array of its .mixins.json.
This does not cause any issues; it only prints a warning during mixin processing.