Update to 1.17 data artifact

This commit is contained in:
Articdive 2021-06-09 12:01:42 +02:00
parent c86a460ade
commit 463224a693
No known key found for this signature in database
GPG Key ID: B069585F0F7D90DE
3 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ dependencies {
}
// This is the data Minestom uses. from https://github.com/Minestom/MinestomDataGenerator
api "net.minestom:minestom-data-customizable:${rootProject.properties.get("mcVersion")}"
api "net.minestom:minestom-data-full:${rootProject.properties.get("mcVersion")}"
api "com.github.Minestom:DependencyGetter:v1.0.1"

View File

@ -22,7 +22,7 @@ dependencies {
// SLF4J is the base logger for most libraries, therefore we can hook it into log4j2.
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'
// This is the data Minestom uses. from https://github.com/Minestom/MinestomDataGenerator
implementation "net.minestom:minestom-data-customizable:${rootProject.properties.get("mcVersion")}"
implementation "net.minestom:minestom-data-full:${rootProject.properties.get("mcVersion")}"
}

View File

@ -1,5 +1,5 @@
# Update this version with every release. It is purely used for the code generator and data dependency.
mcVersion = 1.17-rc2
mcVersion = 1.17
asmVersion=9.0
mixinVersion=0.8.1