Skip to content

Cursed Legacy API 1.1.0

Latest
Compare
Choose a tag to compare
@valoeghese valoeghese released this 08 May 09:37
1c213d9

Changelog

  • Added better vanilla ids to registries
  • Cool model system based on corelib and the now-undeprecated choco atlas api: legacy-textures-v1
  • Commands API by WillBL and Valoeghese: legacy-commands-v1. This one was bikeshedded to hell.
  • v1 of Lifecycle Events with even more cool lifecycle events

New Maven

Now available on halfof2's maven! Everybody thank @Devan-Kerman!

repositories {
	maven {
		name = 'HalfOf2'
		url = 'https://storage.googleapis.com/devan-maven/'
	}
}

dependencies {
	modImplementation "io.github.minecraft-cursed-legacy:cursed-legacy-api:1.1.0"
}