I recently tried to build this:
https://github.com/MehVahdJukaar/mapatlases-neoforge
But it failed with this error:
* What went wrong:
A problem occurred configuring project ':MapAtlases:fabric'.
Failed to setup Minecraft, java.lang.RuntimeException: Failed to remap 57 mods
Failed to remap 57 mods
Namespace mismatch, expected intermediary got named
Above repository uses GradleHelper v1.4 which uses fabric loom through this plugin.
I was informed that I should use net.fabricmc.fabric-loom-remap with version `1.16-SNAPSHOT but seeing that this plugin is not mentioned in version catalogue I don't see way to switch to that one
I recently tried to build this:
https://github.com/MehVahdJukaar/mapatlases-neoforge
But it failed with this error:
Above repository uses GradleHelper v1.4 which uses fabric loom through this plugin.
I was informed that I should use
net.fabricmc.fabric-loom-remapwith version `1.16-SNAPSHOT but seeing that this plugin is not mentioned in version catalogue I don't see way to switch to that one