natanfudge / Not-Enough-Crashes

A mod that makes crashes so pleasant, you can't have enough of them!
MIT License
126 stars 23 forks source link

Modify the project structure & update various portions #151

Closed sschr15 closed 1 year ago

sschr15 commented 1 year ago

Test mods and individual modules are less likely to fall out of sync with each other now, and with one single version location management, it is likely a lot easier to update versions in the future.

natanfudge commented 1 year ago

I seem to be getting this warning whenever I build when the test mod is included with modRuntimeOnly:

> Configure project :TestFabricMod
Found existing cache lock file, rebuilding loom cache. This may have been caused by a failed or canceled build.

Can we do anything about this?

natanfudge commented 1 year ago

It seems like loom just doesn't work very well when referencing other subprojects. Don't add that stuff for now (keep TESTING.md as-is as well). See https://github.com/FabricMC/fabric-loom/issues/752