MultiLoader-Template
MultiLoader-Template copied to clipboard
1.21.1
- Moved minecraft from 1.21 to 1.21.1
- Updated fabric to 0.104.0+1.21.1
- Updated fabric loader to 0.16.5
- Updated Neoforge to 21.1.51
- Updated ModDevGradle to 2.0.30-beta
- Modified AT in Common & NeoForge build.gradle files since neoforge uses now a different method
I DID NOT TOUCH FORGE, DONT KNOW IF IT REQUIRES ANY CHANGES
accessTransformers is incorrect ... should be:
if (at.exists()) {
accessTransformers.from(at.absolutePath)
}
This will work with the 2.x moddevgradle versions
Thanks for the PR, however this was missing the Forge support, so I ended up porting it myself https://github.com/jaredlll08/MultiLoader-Template/commit/3397eb125a1381c2a46988bc31d5ec8ab1ace8e7
I didn't run into any issues with AT's though, so I just kept them the same, however I did not actually test that they work, just that MDG didn't complain about anything.