(Forewarning: This post is mostly intended for other modders. It’s a cool thing and means neat stuff for the future, but the immediate applicability of it is limited to modders…)
Dev and API jars Mystcraft and LookingGlass are now possible to pull from a maven repo. maven.xcompwiz.com
Example GradleCode:
repositories { maven { name "xcompwiz" url "http://maven.xcompwiz.com" } } dependencies { compile "com.xcompwiz.lookingglass:lookingglass:0.2.0.00:dev" }