mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-24 01:01:59 +01:00
Update to 1.18.1 (#1461)
No changes required except for registering the protocol version
This commit is contained in:
parent
1cd83e493d
commit
e77f8ced4c
4
pom.xml
4
pom.xml
@ -17,7 +17,7 @@
|
|||||||
<project.fullVersion>${project.version}</project.fullVersion>
|
<project.fullVersion>${project.version}</project.fullVersion>
|
||||||
|
|
||||||
<powermock.version>2.0.9</powermock.version>
|
<powermock.version>2.0.9</powermock.version>
|
||||||
<spigot.version>1.18-R0.1-SNAPSHOT</spigot.version>
|
<spigot.version>1.18.1-R0.1-SNAPSHOT</spigot.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -319,7 +319,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.bytebuddy</groupId>
|
<groupId>net.bytebuddy</groupId>
|
||||||
<artifactId>byte-buddy</artifactId>
|
<artifactId>byte-buddy</artifactId>
|
||||||
<version>1.12.1</version>
|
<version>1.12.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Testing dependencies -->
|
<!-- Testing dependencies -->
|
||||||
|
@ -78,6 +78,7 @@ public class MinecraftProtocolVersion {
|
|||||||
map.put(new MinecraftVersion(1, 17, 1), 756);
|
map.put(new MinecraftVersion(1, 17, 1), 756);
|
||||||
|
|
||||||
map.put(new MinecraftVersion(1, 18, 0), 757);
|
map.put(new MinecraftVersion(1, 18, 0), 757);
|
||||||
|
map.put(new MinecraftVersion(1, 18, 1), 757);
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user