mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-13 11:41:52 +01:00
Update to 1.17 data artifact
This commit is contained in:
parent
c86a460ade
commit
463224a693
@ -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"
|
||||
|
||||
|
@ -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")}"
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user