Skip to content

Releases: SpongePowered/SpongeAPI

v16.0.0

18 Nov 20:01

Choose a tag to compare

What's Changed

  • Updated adventure to 4.24.0
  • Updated registry catalogs for Minecraft 1.21.8
  • Added HappyGhast class.

Full Changelog: v15.0.0...v16.0.0

v15.0.0

18 Nov 15:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.0.0...v15.0.0

v14.0.0

06 Jul 21:36
v14.0.0
c6a3881

Choose a tag to compare

What's Changed

Full Changelog: v13.0.0...v14.0.0

v13.0.0

29 Dec 23:36
v13.0.0
0f857e9

Choose a tag to compare

What's Changed

Breaking Changes

  • Item Model data kinds have changed with Minecraft 1.21.2 from a float to a more elaborate component format
  • ArmorMaterials have changed from an Optional<Ingredient> to Predicate<ItemStack>
  • BoatTypes no longer have a representedBlock association per Minecraft's data-driven design
  • CarvingSteps are removed, per world generation engine has changed
  • AvoidLivingGoal targetSelector() now uses a BiPredicate<Living, ServerWorld> instead of just a Predicate<Living>
  • Per Mojang's data id changes for AttributeModifiers, the names of these fields have changed
  • Explosions radius changed from integer to float radius
  • CooldownEvent has removed ItemType as now they are based on Cooldown Groups, read more on the Minecraft Wiki
  • Removed previously deprecated methods from API 12 regarding the change from ItemStack to ItemStackLike

Full Changelog: v12.0.0...v13.0.0

v12.0.0

12 Oct 20:43

Choose a tag to compare

What's Changed

Full Changelog: v11.0.0...v12.0.0

v11.0.0

16 Jun 20:32
1460c68

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.0...v11.0.0

v10.0.0

02 Sep 22:08
8b74231

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.0...v10.0.0

v8.2.0

02 Sep 21:50
09a9034

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

Release v9.0.0

19 May 17:37

Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v9.0.0

Release v8.1.0

19 May 17:04

Choose a tag to compare

What's Changed

  • New dependency: MiniMessage is now available as part of SpongeAPI for text templating. See the Kyori docs for more on how to use MiniMessage.
  • World management updates, including the ability to name worlds and grab worlds of a specific type easily
  • Added being able to get the entity type that a spawn egg will produce
  • Added the ability to grab inventory titles and the menu it was built off, if available
  • Make ItemStack also implement HoverEventSource by @zml2008 in #2414
  • Expose BlockState string representation by @Yeregorix in #2425

New Contributors

Full Changelog: v8.0.0...v8.1.0