forked from RepoMirrors/baritone
Merge branch 'master' of github.com:cabaletta/baritone
This commit is contained in:
commit
d1e42a9bf0
|
@ -8,6 +8,7 @@
|
|||
.gradle/
|
||||
/classes/
|
||||
*.class
|
||||
/run/
|
||||
|
||||
# IntelliJ Files
|
||||
.idea/
|
||||
|
|
|
@ -66,16 +66,6 @@ public class Baritone {
|
|||
public static long lastDeath = 0;
|
||||
public static SchematicBuilder currentBuilder = null;
|
||||
|
||||
public static void main(String[] args) throws IOException, InterruptedException {
|
||||
String s = Autorun.class.getProtectionDomain().getCodeSource().getLocation().toString().substring(5) + "../../autorun/runmc.command";
|
||||
if (s.contains("jar")) {
|
||||
Autorun.start(args);
|
||||
return;
|
||||
}
|
||||
Autorun.runprocess("/usr/local/bin/ant jar");
|
||||
Autorun.runprocess("java -Djava.library.path=jars/versions/1.12.2/1.12.2-natives/ -jar dist/Baritone.jar");
|
||||
}
|
||||
|
||||
public static IBlockState get(BlockPos pos) { // wrappers for future 1.13 compat
|
||||
return world.getBlockState(pos);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue