Skip to content

Releases: adepierre/Botcraft

Latest

04 Apr 20:12

Choose a tag to compare

Automatically built library with the latest version of the code for Minecraft 26.1.1 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:
efba8c7 Fix linux compilation
f9061d7 Update latest supported version to 26.1.1
9ec54e8 Update latest supported version to 26.1
c1c1538 Add a test for attacking an entity
3002375 Update tests and examples to 26.1
e34fff1 Update botcraft to 26.1
0c34606 Update protocolCraft to 26.1
1ccdcc0 Fix typo for open sign editor packet name
2836c06 Update assets to 26.1
a0a5f58 Fix compilation for versions < 1.20.2
4324019 Fix rendering not activating in UserControlledClient example