Pierce01 / MinecraftLauncher-core

Lightweight module that downloads and runs Minecraft using javascript / NodeJS
MIT License
359 stars 82 forks source link

Problems installing the fabric #68

Closed arajooj closed 3 years ago

arajooj commented 3 years ago

Hi, I'm having problems installing the fabric in my customized launcher folder.

Opts: image

Folder: image

Error: image

Error in text:

`21:28:35.389 [main] ERROR FabricLoader - Could not find valid game provider!

Exception in thread "main" java.lang.RuntimeException: Could not find valid game provider! at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:96) at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)

21:28:35.390 [main] ERROR FabricLoader - - Minecraft`

Pierce01 commented 3 years ago

When using fabric, you need to use the JSON file that's generated for Technic. https://fabricmc.net/use/?page=technic

arajooj commented 3 years ago

Everything went well, thank you very much.