Skip to content

Releases: LumaLibre/BiomesAPI

2.0.0

02 May 20:01

Choose a tag to compare

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

08 Jan 02:00

Choose a tag to compare

Breaking changes in this update! Read the PRs

What's Changed

  • Feat/environment api by @Jsinco in #1
  • feat(enhanced-particle-api): improve the particle api by @Jsinco in #2

Full Changelog: 1.0.1...1.1.0

1.0.1

04 Jan 18:13

Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

1.0.0

04 Jan 02:21

Choose a tag to compare

Full Changelog: 0.0.20...1.0.0

0.0.20

30 Dec 20:45

Choose a tag to compare

Full Changelog: 0.0.19...0.0.20

0.0.19

27 Dec 02:56

Choose a tag to compare

Full Changelog: 0.0.17...0.0.19

0.0.17

26 Dec 21:19

Choose a tag to compare

Full Changelog: 0.0.16...0.0.17

0.0.16

26 Dec 04:31

Choose a tag to compare

Full Changelog: 0.0.15...0.0.16

0.0.15

26 Dec 04:24

Choose a tag to compare

Full Changelog: 0.0.12...0.0.15

0.0.12

26 Dec 00:12

Choose a tag to compare

Full Changelog: 0.0.11...0.0.12