Skip to content

Latest

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 13:58

Automatically built library with the latest version of the code for Minecraft 1.20.6 and all options enabled. Examples are in bin folder. If you want to run any example other than 0_HelloWorld and 3_SimpleAFKExample, you first need to run the provided download_mc_assets script to automatically populate the Assets folder by downloading and extracting the official Minecraft client.

If you are on Windows < 10, the script won't work and you'll have to do it manually as curl and tar commands have only been added recently.
Linux version is compiled using Ubuntu with all dependencies included and should work on other distributions. You might have to install the unzip command to run the script though.

💡 If you need binaries for a previous version of Minecraft, you can open an issue using this link and it will be automagically generated for you.

Changes:
8a58251 Fix compilation for linux
3ac7857 Use java 21 in github action
ce11a1f Update to 1.20.6
e822232 Update examples to 1.20.5
96ae5ed Update testing framework to 1.20.5
b26fd96 Fix compilation for older versions
cece1c2 Update botcraft to 1.20.5 new things
05f05ab Break everything item related :)
ec43400 Fix sound events in protocol for 1.20.5+
09609bf Fix regressions in protocolCraft
0694ea2 Small bugfix in protocolCraft addentity packet for versions >1.13.2
0a04628 Fix warning log with slime entities are created
6c6c5b4 Fix filterable stuff in protocolcraft components
d7a939b Refactoring the items/enchantment utils system
b62f158 Fix components parsing in protocolcraft
51856b1 Minor cosmetic fixes in protocol
2f0577d Add 1.20.5 components to protocolcraft
a4bc9f0 Refactoring recipes in protocolCraft
33838ea Update entities to 1.20.5
5dcdbf5 Add 1.20.5 Brigadier command node types to protocolcraft
30f32b9 More 1.20.5 protocol fixes
82c873f Fix slots in protocolCraft for 1.20.5
ad890be Refactor protocolcraft particles system
e8d600b Update protocolCraft to 1.20.5
701740d Update cmake and assets with 1.20.5
0be9d9a Fix inconsistent spacing
3c28a2c Fix #137 failing to reconfigure when using local openssl
686a9c2 Add max durability info to items
204b485 Fix vibration particles for versions 1.20.3+
1f4118d Add player != nullptr checks in some base tasks
1bd7044 Mini refactor in managers client to simplify things
1ddae3d Fix physics inconsistency with vanilla when falling in powder snow
2ffd159 Fix assets.cmake file trying to use global cmake command