BaritoneModule
Module for the Macro/Keybinding modulation for minecraft/liteloader using Baritone API with some other scripts. This project can also be used as an example to make your own module. The scripts use some functions from other modules created by spthiel. I started making this to automate my progress in Skyblock game-mode in Hypixel. I was bored of grinding and wanted to cheat my way to the top. This might be detected/patched by now and i lost interest in Minecraft. So, here it is. Use at your own risk.
Features:
- Stand-alone ForgeGradle project which automatically fetches:
- LiteLoader
- Macros Mod (dev-version)
- Macros API
- Provides a test environment for your module and builds a compatible artefact with no customisation required.
- Only supports ModMacros 0.15.4 for MC 1.12.1 currently, as new versions are released in the future, I will try to update this.
- Easy to port to a new version.
Other Modules:
Usage:
- Install LiteLoader for Minecraft 1.12.1 from here.
- Download Macro/Keybind Mod 0.15.4 from here and paste the
.litemodfile in%appdata%\.minecraft\mods\folder. - Download NEI module from here, the baritone module and put them in
%appdata%\.minecraft\liteconfig\common\macros\modulesfolder. - Download Baritone from here and put it in
%appdata%\.minecraft\mods\1.12.1folder. If you don’t see a1.12.1folder, just create one. - Download the scripts in this repo and paste them in
%appdata%\.minecraft\liteconfig\common\macrosfolder. - Launch Minecraft Installation version
release 1.12.1-LiteLoader1.12.1from MC Launcher. - Configure the scripts and use them. You might need to change some harcoded co-ordinates and directions and you are good to go.
Version Change:
- If you want to use newer versions of macrosapi and macrosdev, edit the
macrosline in yourgradle.propertiesto reference the new version (eg. “0.16.0_for_1.13.1”). - Run
setupDecompWorkspacetask and refresh Gradle Project by clicking onReimport All Gradle Projects.