Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Building 1.17.1 baritone on wagyourtail's fork

pikachu1298 opened this issue ยท 2 comments

commented

What do you need help with?

I have just found out that Baritone needs to be built in intellij or gradlew on UBUNTU, but i haven't found out how to build it on windows. I see some command line commands like CHMOD but they are not in Windows 10. so how do I build it in intellij for windows?

Final checklist

  • I know how to properly use check boxes
  • I have not used any OwO's or UwU's in this issue.
commented

bruh.
If you're just building it just grab it from the github actions artifact link at the bottom of the pull request (#2850).

and nothing special on windows, just install java JDK 16 and open powershell to the folder you git clone to and run ./gradlew.bat build with the options as shown in the pull request to select the modding platform you're building for.

commented

Thanks.