What's Changed
- feat: add armor trim key by @gabizou in #2568
- feat: add decorated pot data by @gabizou in #2570
- Add event for scheduled block updates by @aromaa in #2571
- Add key for item model by @avaruus1 in #2572
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>
toPredicate<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 aBiPredicate<Living, ServerWorld>
instead of just aPredicate<Living>
- Per Mojang's data id changes for AttributeModifiers, the names of these fields have changed
- Explosions radius changed from
integer
tofloat
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