boholder
boholder
Just coming from searching, so... it seems like the new command for the purpose is this one? ```shell pipx reinstall-all --python ```
The meaing of ```log Could not get unknown property 'jar' for task ':universalJar' of type org.gradle.api.tasks.bundling.Jar ``` meaning that: there is one plugin we "applied" in `build.gradle` provides a task...
> one of the things new build.gradle tried to get was the mixinGradle thing. The mixin thing is a method to change original Minecraft code, both Forge and Fabric modding...
Nope, the `gradle downloadAssets` works, but the next `gradle clean build shadowJar` will fail with: ```log > Task :jaxb FAILED FAILURE: Build failed with an exception. * Where: Build file...
> Did you use `gradlew` or your own gradle directly to do the operation? I run my commands through `./gradlew [command]` while in the `MCP-Reborn` directory. Yep, `gradlew.bat` directly in...
> Nope, the `gradle downloadAssets` works, but the next `gradle clean build shadowJar` will fail with: I found the mistake I made: Misunderstood the command of the shell script ->...
> If someone finds this issue like I did, here's a configuration that worked for me Hi, could you please point out that how to make the program use this...
> The file could be wherever you want it to, though in normal applications it's usually put in `src/main/resources` where log4j picks it automatically, so you may choose that, or...
> that's because it only detects Windows and Linux, but macOS won't be recognized as any of them, so mouse simulation simply doesn't work without any error messages Can you...
There might be more things to do for compatibility with macOS. For example, I found out that the Narrator does not have a macOS version...... the Narrator calls native API...