Skip to content

Updates - #2262

Merged
Kazzuk merged 3 commits into
CloudburstMC:masterfrom
PetteriM1:1.26.10-next
Mar 24, 2026
Merged

Updates#2262
Kazzuk merged 3 commits into
CloudburstMC:masterfrom
PetteriM1:1.26.10-next

Conversation

@PetteriM1

Copy link
Copy Markdown
Member
  • Fixed 1.26.10 block palette
  • Fixed drinking sounds
  • Fixed smithing table item duplication issue
  • Added more debug messages for failed inventory action
  • Added new potion, effect, enchantment, entity, sound and level event IDs
  • Added support for multiple effects in one potion, implemented turtle master potion effect
  • Implemented mace enchantments and smash attack
  • Added missing new ItemTypes and BlockTypes
  • Added Event.call() as a shortcut for PluginManager.callEvent()
  • Prefer distanceSquared for distance comparison
  • Cleaned up packet batching fixing possible out of order sending with already batched packets. BatchPacketsEvent and Server.batchPackets() have been deprecated. Packets to be batched should be sent as normal packets or directly through NetworkPlayerSession.

- Fixed 1.26.10 block palette
- Fixed drinking sounds
- Fixed smithing table item duplication issue
- Added more debug messages for failed inventory action
- Added new potion, effect, enchantment, entity, sound and level event IDs
- Added support for multiple effects in one potion, implemented turtle master potion effect
- Implemented mace enchantments and smash attack
- Added missing new ItemTypes and BlockTypes
- Added Event.call() as a shortcut for PluginManager.callEvent()
- Prefer distanceSquared for distance comparison
- Cleaned up packet batching fixing possible out of order sending with already batched packets. BatchPacketsEvent and Server.batchPackets() have been deprecated. Packets to be batched should be sent as normal packets or directly through NetworkPlayerSession.
@PetteriM1 PetteriM1 changed the title 1.26.10 next Updates Mar 24, 2026
@Kazzuk
Kazzuk merged commit 2beb765 into CloudburstMC:master Mar 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants