FancyModLoader icon indicating copy to clipboard operation
FancyModLoader copied to clipboard

FML rejects service layer files due to too eager fabric.mod.json check in development environment

Open UpcraftLP opened this issue 7 months ago • 0 comments

If a service file (that is, a jar that loads on the SERVICES layer and therefore does not require a neoforge.mods.toml file), contains a fabric.mod.json file, this results in a mod loading error despite the actual service implementation being loaded successfully.

This does not seem to occur in production, only in a development workspace.

Image

UpcraftLP avatar May 22 '25 06:05 UpcraftLP