This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Play - toClient | |
| New Packets | |
| chunk_batch_finished - Marks the end of a chunk batch and | |
| says how many chunks were in the batch | |
| According to wiki.vg this is used with chunk_batch_start | |
| and also chunk_batch_received to estimate the best chunks | |
| per tick to send for your network speed. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Vanillia | |
| [18:01:53] [Server thread/INFO]: Stopping the server | |
| [18:01:53] [Server thread/INFO]: Stopping server | |
| [18:01:53] [Server thread/INFO]: Saving players | |
| [18:01:53] [Server thread/INFO]: Saving worlds | |
| [18:01:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld | |
| [18:02:17] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether | |
| [18:02:17] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end | |
| [18:02:17] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved | |
| [18:02:17] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <string.h> | |
| #include "freertos/FreeRTOS.h" | |
| #include "freertos/task.h" | |
| #include "driver/gpio.h" | |
| #include "sdkconfig.h" | |
| #include <driver/dac.h> | |
| // The 8-bit values in our sound sample | |
| #include "track.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > [email protected] mocha_test | |
| > mocha --reporter spec --exit -g 1.20.2 | |
| mineflayer_external 1.20.2v | |
| Port chosen: 40165 | |
| downloading and starting server | |
| Unpacking 1.20.2/server-1.20.2.jar (versions:1.20.2) to versions/1.20.2/server-1.20.2.jar |
OlderNewer