Package schematica.client.world does not exist when running Baritone
Olament opened this issue ยท 6 comments
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!
Yeah it looks like a wrapper to support schematica integration in baritone. Here is the line. Any thoughts?
It's not supposed to compile that class if schematica isn't included. I guess add schematica to your libraries in intellij?
Indeed, I tested it on both Windows and macOS with Intellij IDE and got the same result.