You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement configuration.registry_data packet handling
* Fix player entities in >= 1.20.2
* add 1.20.2 in tested versions
* Add Chunk Batch support (#3263)
* Add Chunk Batch support
* Fix linting errors.
* I really hate the linter right now.
* Comment what chunkbatches are for.
* Update chunk batch calculation to use Vanilla's calc but updated for Milliseconds vs Nanoseconds
* Fix usage of variables starting with capital letters
* Update package.json dump mcdata
* server on `login` -> `playerJoin`
* try CI on node20
* node20 on mc test
* revert CI to node18
* update entity handling
* fix typo
* update internal tests
* update internalTest to use feature
* Update README.md
* update pathfinder dep in example and add npmrc in examples
---------
Co-authored-by: Crux <[email protected]>
Co-authored-by: William Gaylord <[email protected]>
Co-authored-by: extremeheat <[email protected]>
// 49 is used in Vanilla client to limit it to 50 samples
289
+
oldSampleWeight=Math.min(49,oldSampleWeight+1)
290
+
bot._client.write('chunk_batch_received',{
291
+
// Vanilla uses 7000000 as a constant here, since we are using milliseconds that is now 7. Not sure why they pick this constant to convert from nano seconds per chunk to chunks per tick.
0 commit comments