ViaVersion for 17w18a

This commit is contained in:
Myles 2017-05-03 15:00:37 +01:00
parent 18ad5da081
commit 37aab2c759
9 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>1.0.5-17w17b</version>
<version>1.0.5-17w18a</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>1.0.5-17w17b</version>
<version>1.0.5-17w18a</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -37,7 +37,7 @@
<dependency>
<groupId>us.myles</groupId>
<artifactId>viaversion-common</artifactId>
<version>1.0.5-17w17b</version>
<version>1.0.5-17w18a</version>
</dependency>
</dependencies>
</project>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>1.0.5-17w17b</version>
<version>1.0.5-17w18a</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -55,7 +55,7 @@ public class ProtocolVersion {
register(v1_10 = new ProtocolVersion(210, "1.10"));
register(v1_11 = new ProtocolVersion(315, "1.11"));
register(v1_11_1 = new ProtocolVersion(316, "1.11.1"));
register(snapshot = new ProtocolVersion(325, "17w17b"));
register(snapshot = new ProtocolVersion(326, "17w18a"));
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
}

View File

@ -12,7 +12,7 @@ public class ProtocolSnapshotTo1_11_1 extends Protocol {
@Override
protected void registerPackets() {
// As of 17w17a
// As of 17w18a
// Outgoing
// New packet at 0x08
@ -186,7 +186,7 @@ public class ProtocolSnapshotTo1_11_1 extends Protocol {
if (id >= 263) // Illagers
newId += 7;
if (id >= 301) // Parrots
newId += 6;
newId += 33;
if (id >= 317) // Player Sounds
newId += 2;
return newId;

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>1.0.5-17w17b</version>
<version>1.0.5-17w18a</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>1.0.5-17w17b</version>
<version>1.0.5-17w18a</version>
<packaging>pom</packaging>
<name>viaversion-parent</name>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>1.0.5-17w17b</version>
<version>1.0.5-17w18a</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>1.0.5-17w17b</version>
<version>1.0.5-17w18a</version>
</parent>
<modelVersion>4.0.0</modelVersion>