Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Package schematica.client.world does not exist when running Baritone

Olament opened this issue ยท 6 comments

commented

I followed the setup instruction and generated a Minecraft Client configuration to run baritone with genIntellijRuns. However, I got the following error message

/Users/***/IDEAProjects/baritone/src/main/java/baritone/utils/schematic/schematica/SchematicAdapter.java:21:52
java: package com.github.lunatrius.schematica.client.world does not exist

JDK version: jdk1.8.0_261

Let me know if you need any further information, Thank you!

commented

I'm pretty sure it's not supposed to exist, schematica is a different mod

commented

Yeah it looks like a wrapper to support schematica integration in baritone. Here is the line. Any thoughts?

commented

It's not supposed to compile that class if schematica isn't included. I guess add schematica to your libraries in intellij?

commented

Indeed, I tested it on both Windows and macOS with Intellij IDE and got the same result.

commented

Thank you! It looks like runClient works but not Minecraft Client. Not sure why.

commented

That's strange. It's always been the other way around for me