Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Changelog

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

0.8.3 (API 0.15.0) - 2025/10/20

Compare with 0.8.2

Added

  • (API) Added method MessageChannel.hasReceiver() to check if the specific message receiver is registered in the message channel.
  • (API) Added events PlayerRightClickItemInAirEvent, PlayerStartUseItemInAirEvent, PlayerUseItemInAirEvent.
  • (API) Added events PlayerPunchBlockEvent and PlayerPunchAirEvent.
  • (API) Added event PlayerCraftItemEvent.
  • (API) Added tooltip field to Dropdown, Input, Slider, StepSlider, and Toggle which are used in CustomForm.
  • Implemented short and tall dry grass.

Changed

  • (API) Renamed method ItemStack.clickItemInAir() to ItemStack.rightClickItemInAir().
  • (API) Renamed method ItemStack.rightClickItemOn() to ItemStack.rightClickItemOnBlock().

Fixed

  • Fixed a bug that custom command sender (which is not registered in the default message channel) cannot receive command outputs.
  • Fixed a bug where all player skins would be set to the same skin.
  • Fixed an issue where commands had two permission nodes.
  • Fixed a bug where players' name tags are not always shown.
  • Fixed a bug where using firework rocket in a block won't decrease the item count.
  • Fixed a client crash bug due to the incorrect absorption attribute sending.
  • Fixed a bug where water block cannot extinguish the fire on the entity.
  • Fixed a bug where the player dying in a non-overworld dimension could not be properly teleported back to the spawn point in overworld.
  • Fixed a NPE when interacting bed block in a non-overworld dimension.
  • Fixed a bug where chunks sent to the client sometimes did not display immediately.
  • Fixed a NPE which rarely happens in the light engine.

Removed

  • (API) Removed method ItemStack.releaseItem() which is duplicated with method ItemStack.useItemInAir().

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.

... (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.15.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.15.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 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2025

Superseded by #41.

@dependabot dependabot bot closed this Oct 30, 2025
@dependabot dependabot bot deleted the dependabot/gradle/org.allaymc.allay-api-0.15.0 branch October 30, 2025 11:16
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