add 1.19.3

This commit is contained in:
MIOGMIOG 2022-12-14 18:06:54 +01:00 committed by GitHub
parent b0a515832e
commit 655da5af7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ package de.enzaxd.viaforge.protocol;
import com.viaversion.viaversion.api.protocol.version.ProtocolVersion;
public enum ProtocolCollection {
R1_19_3(new ProtocolVersion(761, "1.19.3")),
R1_19_2(new ProtocolVersion(760, "1.19.1-1.19.2")),
R1_19(new ProtocolVersion(759, "1.19")),