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"
}