Skip to content

SleepyPopp/Hydraulic

 
 

Repository files navigation

Hydraulic

License: MIT Discord

Hydraulic is a companion to Geyser which allows for Bedrock players to join modded Minecraft: Java Edition servers.

Hydraulic is an open collaboration project by CubeCraft Games.

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.

This project is still in very early development and should not be used on production setups! You can get Hydraulic from the GeyserMC website.

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

  1. Clone the repo to your computer.
  2. 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.
  3. 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.
  4. The project should import into your IDE after the loom setup is complete. For more detailed information, see the Fabric setup.
  5. Use ./gradlew build to compile a jar file, or use ./gradlew :fabric:runServer to run a server with Hydraulic installed. Make sure you have Geyser in your mods folder along with Hydraulic!

Links:

About

A companion mod to Geyser which allows for Bedrock players to join modded Minecraft: Java Edition servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.5%
  • Kotlin 0.5%