FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
237 stars 201 forks source link

Mixin Refmap json not being added to jar on MacOS #995

Closed JT122406 closed 10 months ago

JT122406 commented 10 months ago

When building on loom refmap mixin file doesn't get added to jar this seems to only happen on mac as using the exact same repo and building on my PC this doesn't happen.

modmuss50 commented 10 months ago

What loom version, can you provide the log as well please? Are you also able to reproduce this with the example mod?

JT122406 commented 10 months ago

Loom 1.4, Gradle 8.4 and 8.5, I can reproduce with other mods but can try with the example mod and get back to you

JT122406 commented 10 months ago

Log from current mod: https://paste.gg/p/anonymous/a8669ae2983944e2aaabd20fd66750be

JT122406 commented 10 months ago

So far I am unable to reproduce with example mod

modmuss50 commented 10 months ago

I use MacOS and have had no issues with any mods, have you got a simple project that I can try to reproduce this issue with?

JT122406 commented 10 months ago

For some reason it seems to be happening randomly so im gonna close this as I assume it's a gradle daemon issue since now sometimes my runs gen the file others don't so either that or a configuration issue.