MultiLoader-Template icon indicating copy to clipboard operation
MultiLoader-Template copied to clipboard

1.21.1

Open LIUKRAST opened this issue 1 year ago • 1 comments

  • 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

LIUKRAST avatar Sep 17 '24 13:09 LIUKRAST

accessTransformers is incorrect ... should be:

if (at.exists()) {
    accessTransformers.from(at.absolutePath)
}

This will work with the 2.x moddevgradle versions

wendall911 avatar Oct 24 '24 18:10 wendall911

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.

jaredlll08 avatar Nov 23 '24 07:11 jaredlll08