Module for the Macro/Keybinding modulation for minecraft/liteloader using Baritone API with some other scripts. This project acn also be used as an example to make your own module. The scripts use some functions from other modules created by spthiel.
- 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.
- Install LiteLoader for Minecraft 1.12.1 from here.
- Download Macro/Keybind Mod 0.15.4 from here and paste the
.litemod
file in%appdata%\.minecraft\mods\
folder. - Download NEI module from here, Forager v0.1alpha from here and put them in
%appdata%\.minecraft\liteconfig\common\macros\modules
folder. - Download Baritone from here and put it in
%appdata%\.minecraft\mods\1.12.1
folder. If you don't see a1.12.1
folder, just create one. - Download the scripts in the scripts folder this repo and paste them in
%appdata%\.minecraft\liteconfig\common\macros
folder. - Launch Minecraft Installation version
release 1.12.1-LiteLoader1.12.1
from MC Launcher. - Configure the scripts and use them. You might need to change some hardcoded co-ordinates and directions and you are good to go.
- If you want to use newer versions of macrosapi and macrosdev, edit the
macros
line in yourgradle.properties
to reference the new version (eg. "0.16.0_for_1.13.1"). - Run
setupDecompWorkspace
task and refresh Gradle Project by clicking onReimport All Gradle Projects
.