Change code generator data

This commit is contained in:
TheMode 2021-07-29 10:32:20 +02:00
parent c3296b59f3
commit a5c00dbc9b
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ dependencies {
} }
api "com.github.Minestom:DependencyGetter:v1.0.1" api "com.github.Minestom:DependencyGetter:v1.0.1"
implementation 'com.github.Minestom:MinestomDataGenerator:8ba75825cd' implementation 'com.github.Minestom:MinestomDataGenerator:b13c934eba'
// Adventure, for user-interface // Adventure, for user-interface
api "net.kyori:adventure-api:$adventureVersion" api "net.kyori:adventure-api:$adventureVersion"

View File

@ -25,7 +25,7 @@ dependencies {
// SLF4J is the base logger for most libraries, therefore we can hook it into log4j2. // 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.1' implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
// Contains the json files // Contains the json files
implementation 'com.github.Minestom:MinestomDataGenerator:-SNAPSHOT' implementation 'com.github.Minestom:MinestomDataGenerator:b13c934eba'
} }