Yuqi Xie

Results 72 comments of Yuqi Xie

> See #76. Sry, could you explain how to use -dev.jar in detail? I've tried to add the local jar to gradle dependency but this seems not working.

Here is my buildscript: ``` plugins { id 'fabric-loom' version '0.11-SNAPSHOT' id 'maven-publish' } sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 archivesBaseName = project.archives_base_name version = project.mod_version group = project.maven_group dependencies...

I guess the `hero_key` intended to get value from its parent class, which means the parent class need to first unpack one layer of the info, then pass the unpacked...

@Miffyli I had directly add change the diff file in the new commit~

Hi, @mfeurer , how can we use the function `to_sklearn()` in the latest version? I can't find this function inside `AutoSklearnClassifier` now.

The issue will be closed due to a lack of activity, feel free to reopen it if you would like to continue the discussion.

Hi, thanks for your interest in this project! First, make sure you are using Java 17, this mod requires exactly that version to compile. Second, you can verify if the...

Hi, what's the error log of the Minecraft game? Did you recompile and use the modified `better-respawn`? The old `better-respawn` may cause the game to crash.

You can find the Minecraft game log under the `logs/minecraft` folder in your running directory. The `better-respawn` should be cloned from the forked version in README.