Locrow AI

A free and local AI library for making mods more responsive.

File Details

locrowai-0.2.0.jar

  • R
  • Aug 15, 2025
  • 42.20 KB
  • 127
  • 1.20.1
  • Forge

File Name

locrowai-0.2.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:locrowai-1325671:6888076")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[ 0.2.0 ] - Client Offloading

 

Added an offloading server config option to move AI processing to a volunteer client. The feature allows for usage on servers running on unsupported systems. To enable this feature, adjust the server config option as below, and make sure the library (and any dependents) are installed on the volunteering client.

Also, added a command to run scripts with /locrowai run '{}'

Example:

#Do you want to run the AI process on a client rather than the server? This is required for use on unsupported servers or helpful if the server is struggling with the process.
offloading = true
#A list of player names to search for offloading the AI process to, in order of priority.
volunteerNames = ["Dev"]