mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-25 17:18:04 +01:00
updated Via* usage
This commit is contained in:
parent
8549f7cecf
commit
72204af164
@ -23,15 +23,6 @@ import com.viaversion.viaversion.protocols.protocol1_9to1_8.providers.MovementTr
|
||||
public class ViaFabricPlusMovementTransmitterProvider extends MovementTransmitterProvider {
|
||||
|
||||
@Override
|
||||
public Object getFlyingPacket() {
|
||||
return null;
|
||||
public void sendPlayer(UserConnection userConnection) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getGroundPacket() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendPlayer(UserConnection userConnection) {}
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ public class VFPScreen extends Screen {
|
||||
}
|
||||
|
||||
public void renderTitle(final DrawContext context) {
|
||||
renderTitle(context, Text.of("https://github.com/FlorianMichael/ViaFabricPlus"));
|
||||
renderTitle(context, Text.of("https://github.com/ViaVersion/ViaFabricPlus"));
|
||||
}
|
||||
|
||||
public void renderTitle(final DrawContext context, final Text subTitle) {
|
||||
|
@ -6,7 +6,13 @@
|
||||
"name": "ViaFabricPlus",
|
||||
"description": "Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay",
|
||||
"authors": [
|
||||
"FlorianMichael/EnZaXD"
|
||||
{
|
||||
"name": "FlorianMichael/EnZaXD",
|
||||
"contact": {
|
||||
"email": "florian.michael07@gmail.com",
|
||||
"homepage": "https://github.com/FlorianMichael"
|
||||
}
|
||||
}
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://github.com/ViaVersion/",
|
||||
|
Loading…
Reference in New Issue
Block a user