Running "Minecraft Client" fails
When running MinecraftClient run task from inteliJ I am given lots of errors. I am not sure were its coming from or how to fix so insight would be greatly apperciated.
Also tried this with "ExampleMod" Still same error.
Running Debian Stretch with latest gradle
-
You're running with the wrong mappings. Because of mixin refmaps you currently have to use the same mappings as the LiteLoader version you're depending on. The version can be found in the versions.json. I'm planning to try and come up with a fix which can be used in ForgeGradle for this but it's complicated.