- Listen on raw 'text' packet for Bedrock chat (pattern-based chat event doesn't fire reliably on Bedrock) - Brain: add safety reset for stuck pending_status flag - MariaDB: add retry-on-disconnect for all query methods - Suppress harmless punycode deprecation warning from Node.js - Add mineflayer-bedrock lib packages (mineflayer, prismarine-chunk, prismarine-registry) for movement support - Exclude minecraft-data from git (278MB, installed via npm) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.6 KiB
1.6 KiB
History
1.11.0
- Support for hashed block network ID's (#33) (thanks @FreezeEngine)
- Bump mocha from 10.8.2 to 11.0.1 (#45) (thanks @dependabot[bot])
1.10.0
- Update chat_type handler (#42) (thanks @SuperGamerTron)
- Disable bedrock test. (thanks @rom1504)
1.9.0
- Create commands.yml (thanks @rom1504)
- Remove debug logging (#40) (thanks @extremeheat)
- Increase timeout for bedrock more. (thanks @rom1504)
1.8.0
- pc 1.20.5
- throw error on no data
- bedrock
1.7.0
- Parse minecraft:raw chat type
1.6.0
- chat for 1.19.2
1.5.0
- Expose dimensions in pc1.19 codec
1.4.0
- Add handling for new pc chat formatting, expose new
chatFormattingById/chatFormattingByName(#16)
1.3.0
- update dimension codec functions for pc1.19 (#14)
1.2.0
- Bump mcdata
1.1.0
- Convert network biome schema to mcData schema
1.0.0
- initial implementation