* Add getExtension utility method to AbstractLoomTask
* Support non-yarn mappings in MigrateMappingsTask
* Fix style
* Assume Yarn mappings if correct notation was not supplied
* Move load mappings block into its own its own method
Also added protected to getExtension on AbstractLoomTask
* Use Option instead of environment variables
* Assume V2 Yarn by default
* Some restructuring
All works the same.
* Reformat to use Fabric API's checkstyle
* Fix
* Fix
* Update
* Travis and fixes
* possible fix for checkstyle?
* Helps if i push the checkstyle.xml file...
* Log checkstyle issues to console - used by travis
* Fix some more issues
* opps
It appears that a backslash in the working directory (in "launch.json") is not correctly handled by the Java launcher or so, causing the game to run in the workspace folder instead of "run".