node-minecraft-protocol/test
William Gaylord 1d9a38253a
1.20.3 / 1.20.4 support (#1275)
* Inital 1.20.3 update, bring in minecraft-data with 1.20.3 support and add it to the versions

* Add data for packetTest for explosion packet.

* Add 1.20.4 to version list.

* Add fix for 1.20.3+ NBT isntead of strings for chat. Not happy with this but it does work.

* Fix linting

* Update version.js

Remove 1.20.3 since its the same as 1.20.4. (As suggested)

* Comment how handleNBTStrings works.

* Removed debug console.log

* Update README.md

* chat packet nbt handling fix, use feature

* big endian UUID, add back `text` wrapper

* use prismarine-chat in client test

* expose _handleNbtComponent

* use prismarine-chat exposed processNbtMessage

* fix pre-1.20.4

* Update package.json

* Update server.js

* Update server.js

add missing import

* update server hello world

---------

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
Co-authored-by: extremeheat <extreme@protonmail.ch>
2024-02-26 01:14:49 +01:00
..
common 1.20.3 / 1.20.4 support (#1275) 2024-02-26 01:14:49 +01:00
benchmark.js Improve CI setup for per version tests (#1267) 2023-12-28 00:12:23 +01:00
clientTest.js 1.20.3 / 1.20.4 support (#1275) 2024-02-26 01:14:49 +01:00
cyclePacketTest.js Print if there is a diff in packets in the cycle packet test (#1273) 2023-12-29 23:11:31 +01:00
docTest.js Add test to make sure version that are tested are mentioned in the RE… (#1276) 2023-12-30 23:42:17 +01:00
packetTest.js 1.20.3 / 1.20.4 support (#1275) 2024-02-26 01:14:49 +01:00
serverTest.js Pc1.20.2 (#1265) 2023-12-28 00:48:10 +01:00