mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Address some changes.
This commit is contained in:
@@ -15,7 +15,7 @@ The ultimate goal of this project is to allow Minecraft: Bedrock Edition users t
|
|||||||
Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!
|
Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!
|
||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
Geyser is currently supporting Minecraft Bedrock 1.21.90 - 1.21.130 and Minecraft Java 1.21.11. For more information, please see [here](https://geysermc.org/wiki/geyser/supported-versions/).
|
Geyser is currently supporting Minecraft Bedrock 1.21.111 - 1.21.130 and Minecraft Java 1.21.11. For more information, please see [here](https://geysermc.org/wiki/geyser/supported-versions/).
|
||||||
|
|
||||||
## Setting Up
|
## Setting Up
|
||||||
Take a look [here](https://geysermc.org/wiki/geyser/setup/) for how to set up Geyser.
|
Take a look [here](https://geysermc.org/wiki/geyser/setup/) for how to set up Geyser.
|
||||||
|
|||||||
@@ -70,6 +70,9 @@ public class VehicleComponent<T extends Entity & ClientVehicle> {
|
|||||||
@Getter
|
@Getter
|
||||||
protected final BoundingBox boundingBox;
|
protected final BoundingBox boundingBox;
|
||||||
|
|
||||||
|
@Getter
|
||||||
|
private boolean inWater;
|
||||||
|
|
||||||
protected float stepHeight;
|
protected float stepHeight;
|
||||||
@Getter @Setter
|
@Getter @Setter
|
||||||
protected float moveSpeed;
|
protected float moveSpeed;
|
||||||
@@ -165,8 +168,6 @@ public class VehicleComponent<T extends Entity & ClientVehicle> {
|
|||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
@Getter
|
|
||||||
private boolean inWater;
|
|
||||||
/**
|
/**
|
||||||
* Called every session tick while the player is mounted on the vehicle.
|
* Called every session tick while the player is mounted on the vehicle.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ public final class GameProtocol {
|
|||||||
* @return the supported Minecraft: Java Edition version
|
* @return the supported Minecraft: Java Edition version
|
||||||
*/
|
*/
|
||||||
public static String getJavaMinecraftVersion() {
|
public static String getJavaMinecraftVersion() {
|
||||||
return "1.21.11";
|
return DEFAULT_JAVA_CODEC.getMinecraftVersion();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user