A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition. https://geysermc.org
Go to file
Camotoy 5ddb0ad90a
Allow virtual inventories to be opened when player at world height
commit c53bb38a47d1a48f0b5a72059e81c4354c2b8e90
Author: Camotoy <20743703+Camotoy@users.noreply.github.com>
Date:   Mon Nov 14 15:12:29 2022 -0500

    Final touch

commit f9ff9553eda7c80620a8e6f63e14f01adb39ac8b
Merge: b57109ddf 886d7e5b4
Author: Camotoy <20743703+Camotoy@users.noreply.github.com>
Date:   Mon Nov 14 14:54:28 2022 -0500

    Merge branch 'master' of https://github.com/GeyserMC/Geyser into pull/3281

commit b57109ddf7
Author: Kevin Ludwig <signing@valaphee.com>
Date:   Mon Sep 12 12:23:36 2022 +0200

    Revert use entities for single chest inventories

commit fda66e83b9
Author: Kevin Ludwig <signing@valaphee.com>
Date:   Sat Sep 10 11:49:40 2022 +0200

    Use entities for single chest inventories, check if a block for server-side opened inventories can be placed either above or below, otherwise, close the inventory (same logic as with inventory translator found)
2022-11-14 15:12:46 -05:00
.github Cleanup buildscript, add github actions 2022-10-16 20:21:29 -04:00
.idea/copyright Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
ap Bump to 2.0.4-SNAPSHOT 2022-06-07 11:14:58 -04:00
api Remove Windows version number from UWP. (#3339) 2022-10-07 19:14:42 +02:00
bootstrap Simplify IP censoring in dumps (#3330) 2022-11-01 09:59:44 -04:00
build-logic Cleanup buildscript, add github actions 2022-10-16 20:21:29 -04:00
common Remove Windows version number from UWP. (#3339) 2022-10-07 19:14:42 +02:00
core Allow virtual inventories to be opened when player at world height 2022-11-14 15:12:46 -05:00
gradle Indicate 1.19.40 support; bump Protocol 2022-10-25 16:49:34 -04:00
.gitignore Custom item support for extensions (#2822) 2022-07-02 12:50:16 -04:00
.gitmodules The Great Refactor Part 1 - connector -> core 2021-11-20 13:56:40 -06:00
CONTRIBUTING.md Update grammar, links, deprecations, etc in various text files (#2000) 2021-04-10 00:34:29 -04:00
Jenkinsfile Use Mojang mappings for Geyser-Fabric 2022-10-18 12:06:18 -04:00
LICENSE We're in 2022 now 2022-01-01 20:03:05 +01:00
README.md Indicate 1.19.40 support; bump Protocol 2022-10-25 16:49:34 -04:00
build.gradle.kts Fix shaded jar 2022-10-16 22:47:26 -04:00
gradle.properties Refactor package and cleanup dependencies for Fabric 2022-10-17 22:08:52 +01:00
gradlew Make gradlew executable 2022-02-27 16:51:34 -06:00
gradlew.bat Initial move to gradle 2022-02-27 16:38:55 -06:00
licenseheader.txt We're in 2022 now 2022-01-01 20:03:05 +01:00
settings.gradle.kts Fix building 2022-10-04 23:18:53 +01:00

README.md

Geyser

forthebadge made-with-java

License: MIT Build Status Discord Crowdin

Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition, closing the gap from those wanting to play true cross-platform.

Geyser is an open collaboration project by CubeCraft Games.

What is Geyser?

Geyser is a proxy, bridging the gap between Minecraft: Bedrock Edition and Minecraft: Java Edition servers. The ultimate goal of this project is to allow Minecraft: Bedrock Edition users to join Minecraft: Java Edition servers as seamlessly as possible. However, due to the nature of Geyser translating packets over the network of two different games, do not expect everything to work perfectly!

Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!

Currently supporting Minecraft Bedrock 1.19.0 - 1.19.40 and Minecraft Java 1.19.1/1.19.2.

Setting Up

Take a look here for how to set up Geyser.

YouTube Video

What's Left to be Added/Fixed

  • Near-perfect movement (to the point where anticheat on large servers is unlikely to ban you)
  • Some Entity Flags
  • Structure block UI

What can't be fixed

There are a few things Geyser is unable to support due to various differences between Minecraft Bedrock and Java. For a list of these limitations, see the Current Limitations page.

Compiling

  1. Clone the repo to your computer
  2. Navigate to the Geyser root directory and run git submodule update --init --recursive. This command downloads all the needed submodules for Geyser and is a crucial step in this process.
  3. Run gradlew build and locate to bootstrap/build folder.

Contributing

Any contributions are appreciated. Please feel free to reach out to us on Discord if you're interested in helping out with Geyser.

Libraries Used: