Skip to content

BindAlias v1.11.0

Choose a tag to compare

@Prohect Prohect released this 07 Aug 15:26
· 18 commits to 26.1.2_26.2 since this release

Changed

  • MCP: deep state diff — state diffs now use recursive JSON comparison so only changed sub-fields are emitted (e.g. {"pos":{"yaw":45}} instead of the entire pos object). Arrays are diffed as a whole.
  • MCP: verbose and channels scoped to last deferredTick — in multi-snap calls, verbose only applies to the last deferredTick envelope; message channels (chat, mod, sound, unlocked_recipe) only appear in the last envelope since entries carry tick-index info internally.