Releases: LumaLibre/BiomesAPI
Releases · LumaLibre/BiomesAPI
2.1.3
2.1.2
- Hotfix for 2.1.1 that re-implements metrics using proper Bukkit lifecycles
Full Changelog: 2.1.1...2.1.2
2.1.1
- Hotfix for 2.1.0 that uses a jvm shutdown hook for metrics instead of the bukkit event bus
Full Changelog: 2.1.0...2.1.1
2.1.0
- Adds the NETTY injector for packet-based custom biomes without external dependencies.
- Adds the BiomesAPI interface for info aboit biomesapi
- Adds metrics
- Adds a standalone plugin option for BiomesAPI
- Updates the WrappedEnvironmentAttributes and CustomBiome features
Full Changelog: 2.0.0...2.1.0
2.0.0
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")
}1.1.0
1.0.1
Full Changelog: 1.0.0...1.0.1
1.0.0
Full Changelog: 0.0.20...1.0.0
0.0.20
Full Changelog: 0.0.19...0.0.20
0.0.19
Full Changelog: 0.0.17...0.0.19