Skip to content

2.0.0

Choose a tag to compare

@Jsinco Jsinco released this 02 May 20:01

BiomesAPI v2.0.0

  • Adds support for 26.1.2 while retaining support for 1.21.11. Going forward, we will keep support for as many versions as we can until they diverge too far apart and break lots of common code.
  • Rewrites most internals. API has been mostly unchanged other than some moved imports.

What's Changed

Full Changelog: 1.1.0...2.0.0

Adding the API

// Don't forget to shade this with shadowjar!

repositories {
    maven("https://repo.jsinco.dev/releases")
}

dependencies {
    implementation("me.outspending.biomesapi:BiomesAPI:2.0.0")
}