Hydraulic
Hydraulic is a companion to Geyser which allows for Bedrock players to join modded Minecraft: Java Edition servers.
What is Hydraulic?
Hydraulic is a server-side mod, which allows for Bedrock players to join modded Minecraft: Java Edition servers. This project works alongside Geyser to make this possible.
caution
This project is still in very early development and should not be used on production setups!
Download
You can download Hydraulic here.
Contributing
Any contributions are appreciated. Please feel free to reach out to us on Discord if you're interested in helping out with Hydraulic.
Project Setup
- Clone the repo to your computer.
- Navigate to the Hydraulic root directory and run
git submodule update --init --recursive. This command downloads all the needed submodules for Hydraulic and is a crucial step in this process. - If your default JVM/JDK is not Java 25, please set your IDE to use a valid Java 25 JVM. Otherwise, you will run into an error while building Hydraulic.
- The project should import into your IDE after the loom setup is complete. For detailed information, see the Fabric setup.
- Use
./gradlew buildto compile a jar file, or use./gradlew :fabric:runServerto run a server with Hydraulic installed. Make sure you have Geyser in yourmodsfolder along with Hydraulic!