mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-15 10:45:35 +01:00
Updated libs, reverted 1a706fd04f
This commit is contained in:
parent
e5e33d8f9e
commit
4bb729137f
@ -29,10 +29,10 @@ viabedrock_version=0.0.1-SNAPSHOT
|
||||
minecraftauth_version=2.0.1
|
||||
|
||||
# lenni0451 libs
|
||||
mcstructs_text_version=2.2.0
|
||||
mcstructs_text_version=2.2.3
|
||||
reflect_version=1.1.0
|
||||
|
||||
# other libs
|
||||
betacraft_version=1.2.1
|
||||
mod_menu_version=6.1.0-rc.1
|
||||
mod_menu_version=6.1.0-rc.4
|
||||
netty_codec_http_version=4.1.90.Final
|
||||
|
@ -66,8 +66,6 @@ public abstract class MixinClientPlayNetworkHandler {
|
||||
|
||||
@Shadow public abstract void onSimulationDistance(SimulationDistanceS2CPacket packet);
|
||||
|
||||
@Shadow public abstract void onEntityVelocityUpdate(EntityVelocityUpdateS2CPacket packet);
|
||||
|
||||
@Shadow protected abstract void sendPacket(Packet<ServerPlayPacketListener> packet, BooleanSupplier sendCondition, Duration expirationTime);
|
||||
|
||||
@Shadow public abstract void sendPacket(Packet<?> packet);
|
||||
|
@ -41,4 +41,9 @@ public class ViaLegacyPlatformImpl implements ViaLegacyPlatform {
|
||||
public File getDataFolder() {
|
||||
return Via.getPlatform().getDataFolder();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCpeAppName() {
|
||||
return "ClassiCube 1.3.5";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user