You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an older Minecraft and the latest fabric-example-mod, Minecraft fails to start when running the Minecraft Client from IntelliJ IDEA.
Reproduction steps
Clone from fabric-example-mod and checkout 1.20.
Change each version of gradle.properties and build.gradle to Minecraft 1.19.4 as described in https://fabricmc.net/develop/ and wiki. (Java version also)
Although it is not on the wiki, we will also change the depends version of fabric.mod.json.
Strangely, it doesn't seem to occur when I run gradle runClient.
Also, it seems to no longer occur if you remove the loom block from build.gradle and the client entrypoint and mixin from fabric.mod.json.
The text was updated successfully, but these errors were encountered:
When using an older Minecraft and the latest fabric-example-mod, Minecraft fails to start when running the Minecraft Client from IntelliJ IDEA.
Reproduction steps
error.txt
others
Strangely, it doesn't seem to occur when I run gradle runClient.
Also, it seems to no longer occur if you remove the loom block from build.gradle and the client entrypoint and mixin from fabric.mod.json.
The text was updated successfully, but these errors were encountered: