Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dependencies {
- deobfCompile "io.github.opencubicchunks:cubicchunks-api:1.12.2-0.0-SNAPSHOT"
- deobfCompile "io.github.opencubicchunks:cubicchunks:1.12.2-0.0-SNAPSHOT"
- deobfCompile "io.github.opencubicchunks:cubicworldgen:1.12.2-0.0.40.0-SNAPSHOT"
- compile "org.apache.commons:commons-imaging:1.0-SNAPSHOT"
- compile "net.daporkchop.lib:binary:0.3.0-SNAPSHOT"
- compile "net.daporkchop.lib:concurrent:0.3.0-SNAPSHOT"
- compile "net.daporkchop.lib:graphics:0.3.0-SNAPSHOT"
- compile "net.daporkchop.lib:logging:0.3.0-SNAPSHOT"
- //compile "net.daporkchop.lib:hash:0.3.0-SNAPSHOT"
- //compile "net.daporkchop.lib:http:0.3.0-SNAPSHOT"
- compile ("org.geotools:gt-shapefile:22-SNAPSHOT") {
- exclude group: "javax.media"
- }
- compile ("org.geotools:gt-swing:22-SNAPSHOT") {
- exclude group: "javax.media"
- }
- compile "javax.media_fixed:jai_core:1.1.3"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement