Final 1.20.4 cleanup

This commit is contained in:
Konicai 2023-12-14 17:08:34 -05:00
parent 4294982310
commit a13492e0ed
5 changed files with 7 additions and 7 deletions

View file

@ -80,7 +80,7 @@ public class GeyserBungeePlugin extends Plugin implements GeyserBootstrap {
// Copied from ViaVersion.
// https://github.com/ViaVersion/ViaVersion/blob/b8072aad86695cc8ec6f5e4103e43baf3abf6cc5/bungee/src/main/java/us/myles/ViaVersion/BungeePlugin.java#L43
try {
ProtocolConstants.class.getField("MINECRAFT_1_20_2");
ProtocolConstants.class.getField("MINECRAFT_1_20_3");
} catch (NoSuchFieldException e) {
getLogger().warning(" / \\");
getLogger().warning(" / \\");

View file

@ -23,9 +23,9 @@
"geyser-fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"fabricloader": ">=0.15.2",
"fabric": "*",
"minecraft": ">=1.20.2",
"minecraft": ">=1.20.4",
"fabric-permissions-api-v0": "*"
}
}