{ "entrypoint": "de.geolykt.s2dmenues.S2DMenues", "name": "S2DMenues", "version": "${version}", "dependencies": [ "StarloaderAPI" ], "codeModifiers": [ ], "reversibleAccessSetter": "s2dmenues.ras", "mixinConfig": "s2dmenues.mixins.json", "externalDependencies" : { "repositories" : [ { "name" : "stianloader", "url" : "https://stianloader.org/maven/", "mirrorable" : false }, { "name" : "Central", "url" : "https://repo1.maven.org/maven2/", "mirrorOnly" : true }, { "name" : "Jitpack", "url" : "https://jitpack.io/", "mirrorOnly" : true }, { "name" : "stianloader-central-mirror", "url" : "https://stianloader.org/central-mirror/", "mirrorable" : false } ], "artifacts" : [ { "group": "com.github.raeleus.TenPatch", "artifact": "tenpatch", "version": "${tenpatchVersion}", "exclusions": [ "com.badlogicgames.gdx:gdx" ] }, { "group": "com.maltaisn", "artifact": "msdf-gdx", "version": "${msdfVersion}", "exclusions": [ "com.badlogicgames.gdx:gdx", "org.jetbrains.kotlin:kotlin-stdlib-jdk8" ] } ] } }