Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2025

Bumps org.allaymc.allay:api from 0.6.0 to 0.14.0.

Changelog

Sourced from org.allaymc.allay:api's changelog.

0.8.2 (API 0.14.0) - 2025/10/16

Compare with 0.8.1

Added

  • (API) Added method OtherChunkAccessibleContext.getBlockEntity().
  • (API) Added method DyeColor.getColor() to get the corresponded Color object of the dye color.
  • (API) Added methods EntityPlayerClientComponent.viewPlayerListChange() and EntityPlayerClientComponent.viewPlayerPermission().
  • (API) Added particle SimpleParticle.FIREWORK_CONTRAIL.
  • (API) Added event FireworkExplodeEvent which will be called when a firework rocket is about to explode.
  • (API) Added class ItemDyeComponent which is used in all items that can be used as dye.
  • (API) Implemented firework and firework star. Multiple classes including FireworkType, FireworkExplosion were added.
  • Implemented recipes for fireworks.
  • Implemented elytra. The fall distance for the player will be reset if the player is gliding.
  • Player's height will be changed when the player is sneaking, swimming, gliding, or crawling now.

Changed

  • (API) Method ItemStack.saveExtraTag() won't return a null value when the encoded extra tag is empty now.
  • (API) Used double instead of float for player speed, fly speed, and vertical fly speed.
  • (API) Renamed field SimpleSoundEvent.TWINKLE to SimpleSoundEvent.FLICKER.
  • (API) Renamed field SimpleEntityAction.FIREWORK_EXPLOSION to SimpleEntityAction.FIREWORK_EXPLODE.
  • (API) Renamed class AllayNbtUtils to AllayNBTUtils.
  • (API) Flattened packages except events under package org.allaymc.api.entity.component.
  • Optimized memory performance when loading chunks by reducing the large number of temporary objects generated in the light update queue.
  • Renamed ItemComponent to ItemDefinition in many places.

Fixed

  • Player in spectator mode will no longer lose the saturation level.
  • Speed, fly speed, and vertical fly speed for the player won't be saved now.
  • The online player list shown in the dashboard will be correctly updated when a player quits now.
  • Fixed an issue where the client would sometimes get stuck on the screen of death.
  • The client will be disconnected now if failed to decode the login packet sent from the client.

Removed

  • (API) Removed internal method ArmorContainer.onArmorChange().

0.8.1 (API 0.13.0) - 2025/10/7

Compare with 0.8.0

Added

  • (API) Implemented void damage. New methods EntityLivingComponent.hasVoidDamage() and DamageContainer.voidDamage() were added.
  • (API) Implemented lightning rods.
  • (API) Implemented (copper) lanterns.
  • (API) Implemented copper golem statues.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.allaymc.allay:api](https://github.com/AllayMC/Allay) from 0.6.0 to 0.14.0.
- [Release notes](https://github.com/AllayMC/Allay/releases)
- [Changelog](https://github.com/AllayMC/Allay/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AllayMC/Allay/commits)

---
updated-dependencies:
- dependency-name: org.allaymc.allay:api
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 16, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

Superseded by #36.

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/gradle/org.allaymc.allay-api-0.14.0 branch October 20, 2025 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant