Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Update to 1.21.6#197

Merged
LukynkaCZE merged 83 commits intomasterfrom
update/1.21.6
Jun 21, 2025
Merged

Update to 1.21.6#197
LukynkaCZE merged 83 commits intomasterfrom
update/1.21.6

Conversation

@LukynkaCZE
Copy link
Contributor

@LukynkaCZE LukynkaCZE commented Jun 18, 2025

Tasks:

  • Update registries
  • Add dialogs
    • Add protocol object
    • Add DSL for creating dialogs
    • Add callbacks
  • Add waypoints
  • Update command argument ids with minecraft: prefix
  • Make sneaking work again with the inputs packet
  • Add display field to attributes component
  • Add can_be_sheared and shearing_sound to equippable component
  • Add ClientChangeGameModePacket

@LukynkaCZE LukynkaCZE merged commit 1573605 into master Jun 21, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this from In progress to Done in Dockyard Tracker Jun 21, 2025
@LukynkaCZE LukynkaCZE deleted the update/1.21.6 branch June 21, 2025 18:14
}
}
}
player.openDialog(dialog)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@DialogDsl
class Builder(label: String) : AbstractDialogButton.Builder(label) {
var action: DialogAction? = null
private val callbacks: MutableMap<String, (Player, CompoundBinaryTag) -> Unit> = mutableMapOf()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not even used smh

skipPlay("query block nbt")
skipPlay("select bundle item")
skipPlay("change difficulty")
addPlay(ClientChangeGameModePacket::class)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice packet name

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants