Update to 1.18-pre7

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-11-23 19:57:55 +01:00
parent 923c2d9987
commit 842cbf00be
3 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ dependencies {
}
api "com.github.Minestom:DependencyGetter:v1.0.1"
implementation 'com.github.Minestom:MinestomDataGenerator:ffab80576e0a505bcead3fcabc1add97bc28a300'
implementation 'com.github.Minestom:MinestomDataGenerator:1131e7a842090919f2860dac7469d20a247da2dc'
// Adventure, for user-interface
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.
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
// Contains the json files
implementation 'com.github.Minestom:MinestomDataGenerator:25243214b7eecfbb6fbd444f303e1eaff26cb347'
implementation 'com.github.Minestom:MinestomDataGenerator:1131e7a842090919f2860dac7469d20a247da2dc'
}

View File

@ -54,8 +54,8 @@ public final class MinecraftServer {
public final static Logger LOGGER = LoggerFactory.getLogger(MinecraftServer.class);
public static final String VERSION_NAME = "1.18-pre4";
public static final int PROTOCOL_VERSION = 1073741876;
public static final String VERSION_NAME = "1.18-pre7";
public static final int PROTOCOL_VERSION = 1073741879;
// Threads
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";