Skip to content

Commit 98227ff

Browse files
committed
Update VV to 5.9.0-SNAPSHOT
This and future versions will require alpha ViaVersion/ViaBackwards builds (unless there are newer beta/stable builds) Signed-off-by: Florian Reuth <git@florianreuth.de>
1 parent 0ca5210 commit 98227ff

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# suppress inspection "UnusedProperty" for whole file
22
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
33

4-
loader_version=0.18.5
5-
viaver_version=5.8.1-SNAPSHOT
4+
loader_version=0.18.6
5+
viaver_version=5.9.0-SNAPSHOT
66

77
publish_mc_versions=26.1.1, 26.1

src/main/java/com/viaversion/fabric/common/protocol/ViaFabricProtocolBase.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ protected void registerPackets() {
7171
});
7272
}
7373

74+
@Override
75+
protected void applySharedRegistrations() {
76+
// Not for us
77+
}
78+
7479
public ClientboundPacketType getClientboundCustomPayloadPacketType() {
7580
return packetTypesProvider.unmappedClientboundType(State.PLAY, "CUSTOM_PAYLOAD");
7681
}

0 commit comments

Comments
 (0)