Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.88 KB

README.md

File metadata and controls

35 lines (27 loc) · 2.88 KB

BaritoneModule

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.

Features:

  • Stand-alone ForgeGradle project which automatically fetches:
  • 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:

  1. Install LiteLoader for Minecraft 1.12.1 from here.
  2. Download Macro/Keybind Mod 0.15.4 from here and paste the .litemod file in %appdata%\.minecraft\mods\ folder.
  3. Download NEI module from here, Forager v0.1alpha from here and put them in %appdata%\.minecraft\liteconfig\common\macros\modules folder.
  4. Download Baritone from here and put it in %appdata%\.minecraft\mods\1.12.1 folder. If you don't see a 1.12.1 folder, just create one.
  5. Download the scripts in the scripts folder this repo and paste them in %appdata%\.minecraft\liteconfig\common\macros folder.
  6. Launch Minecraft Installation version release 1.12.1-LiteLoader1.12.1 from MC Launcher.
  7. Configure the scripts and use them. You might need to change some hardcoded 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 macros line in your gradle.properties to reference the new version (eg. "0.16.0_for_1.13.1").
  • Run setupDecompWorkspace task and refresh Gradle Project by clicking on Reimport All Gradle Projects.

Video:

Forager in Action

Harpbot in Action