gaucho-matrero / altoclef

Plays block game
MIT License
686 stars 170 forks source link

baritone.altoclef.AltoClefSettings; does not exist in baritone #363

Closed Vexicle closed 1 year ago

Vexicle commented 1 year ago

the code in AltoClef.java and BotBehaviour.java has this line of code: import baritone.altoclef.AltoClefSettings; however you can notice that this is getting imported from baritone, which is not altoclef. Looking back at the code from baritone, there are no classes named AltoClefSettings. Does this mean to compile Altoclef, I need to compile a different variant of baritone, specifically for Altoclef?

Vexicle commented 1 year ago

nevermind, i did not read develop.md