We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaa69e commit 342e94eCopy full SHA for 342e94e
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
group = 'net.kaikk.mc'
8
version = '3.8.2-S7.1.0-pre'
9
description = 'Better Chunkloading.'
10
-project.ext.authors = 'KaiNoMood, Rob5Underscores, KasperFranz'
+project.ext.authors = 'KasperFranz'
11
12
dependencies {
13
compile 'org.spongepowered:spongeapi:7.1.0-SNAPSHOT'
@@ -41,4 +41,4 @@ repositories {
41
42
artifacts {
43
archives shadowJar
44
-}
+}
0 commit comments