mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-27 19:47:44 +01:00
Update to 1.18-pre7
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
923c2d9987
commit
842cbf00be
@ -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"
|
||||
|
@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user