Fix block state iterator

This commit is contained in:
Mike Primm 2020-04-25 19:58:19 -05:00
parent 745f8bc947
commit 27d767ac35
9 changed files with 30 additions and 17 deletions

View file

@ -1,10 +1,8 @@
buildscript {
repositories {
maven { url = 'https://files.minecraftforge.net/maven' }
jcenter()
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"
}
mavenCentral()
maven {url = "https://oss.sonatype.org/content/repositories/snapshots/"}
}
dependencies {
@ -17,6 +15,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
dependencies {
compile project(path: ":DynmapCore", configuration: "shadow")
compile 'com.googlecode.json-simple:json-simple:1.1.1'
compile 'org.yaml:snakeyaml:1.23'
}
sourceCompatibility = 1.8