Skip to content

v13.0.0

Latest
Compare
Choose a tag to compare
@gabizou gabizou released this 29 Dec 23:36
· 1 commit to api-12 since this release
v13.0.0
0f857e9

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