1
0
mirror of https://github.com/ViaVersion/ViaVersion.git synced 2025-04-03 10:35:55 +02:00

1.14.3 Pre-4 support

This commit is contained in:
Myles 2019-06-19 23:11:54 +01:00
parent 0cd04381a4
commit c0e56c7c19
9 changed files with 9 additions and 9 deletions
bukkit
bungee
common
pom.xml
src/main/java/us/myles/ViaVersion/api/protocol
jar
pom.xml
sponge-legacy
sponge
velocity

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>2.1.2-1.14.3-pre3</version>
<version>2.1.2-1.14.3-pre4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>2.1.2-1.14.3-pre3</version>
<version>2.1.2-1.14.3-pre4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>2.1.2-1.14.3-pre3</version>
<version>2.1.2-1.14.3-pre4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -73,7 +73,7 @@ public class ProtocolVersion {
register(v1_14 = new ProtocolVersion(477, "1.14"));
register(v1_14_1 = new ProtocolVersion(480, "1.14.1"));
register(v1_14_2 = new ProtocolVersion(485, "1.14.2"));
register(v1_14_3 = new ProtocolVersion(488, "1.14.3"));
register(v1_14_3 = new ProtocolVersion(489, "1.14.3"));
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
}

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>2.1.2-1.14.3-pre3</version>
<version>2.1.2-1.14.3-pre4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>viaversion-jar</name>

View File

@ -6,7 +6,7 @@
<groupId>us.myles</groupId>
<artifactId>viaversion-parent</artifactId>
<version>2.1.2-1.14.3-pre3</version>
<version>2.1.2-1.14.3-pre4</version>
<packaging>pom</packaging>
<name>viaversion-parent</name>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>2.1.2-1.14.3-pre3</version>
<version>2.1.2-1.14.3-pre4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>2.1.2-1.14.3-pre3</version>
<version>2.1.2-1.14.3-pre4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>2.1.2-1.14.3-pre3</version>
<version>2.1.2-1.14.3-pre4</version>
</parent>
<modelVersion>4.0.0</modelVersion>