-
Notifications
You must be signed in to change notification settings - Fork 21
Description
This is not an issue (just asking questions):
I'm following the tutorial.
Currently in the first episode.
And my game can't start, this is the error report:
Uncaught exception in thread "main"
java.lang.RuntimeException: Minecraft game provider couldn't locate the game! The game may be absent from the class path, lacks some expected files, suffers from jar corruption or is of an unsupported variety/version.
at net.fabricmc.loader.impl.launch.knot.Knot.createGameProvider(Knot.java:212)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:130)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)