GithubHelp home page GithubHelp logo

kmatias123 / tunnelmc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from therealwwefan231/tunnelmc

0.0 0.0 0.0 5.39 MB

Connect to Minecraft Bedrock Edition servers from Minecraft Java Edition.

License: GNU General Public License v3.0

Java 100.00%

tunnelmc's Introduction

TunnelMC

TunnelMC allows Minecraft Java Edition Players to join and play Minecraft Bedrock Edition servers

How does it work

Firstly TunnelMC is a Fabric Mod. What we do is we open a connection to a Minecraft Bedrock server and translate any incoming and outgoing packets, so they can be read by both Editions.

Why a Fabric Mod and not a Proxy

Well we love fabric โค๏ธ, also making it a mod instead of a proxy allows us to do some stuff we normally could not do. Such as skins, we read the skins from the bedrock server instead of Minecraft.net this would not be possible without some sort of mod. Also technically we could add emotes and other stuff Minecraft Java Edition does not have. Granted we probably wont add emotes but we could.

What is left to add

Yeah well, thats not the correct question to ask, we just recently started development and the real question is what have we added.

  • Offline server authentication(does not work with bedrock dedicated server, but does with nukkit)
  • Basic chunk translation
  • Block translation(thanks to Geysers' mappings, still needs a little work, but its generally there
  • Spawning of players
  • Skins(generally working, layers seem to not work)
  • Chat
  • Swinging animation

Contributing

I'd like to help or try to help, where do I start? Setting up the project is just like any other Fabric Mod for eclipse you need to run the gradlew genSources command, then gradlew eclipse, then import it as an existing project into eclipse, if your using another IDE please look at the Fabric Wiki.

Also it would be appreciated if you coded in this style

if(x) {
  doSomething();
}
x.forEach(new Consumer<X>() {

  @Override
  public void accept(X x) {
    doSomething();
  }
});

rather then

if(x)
  doSomething();
x.forEach((x) -> {
  doSomething();
});

Also if you have any knowledge on xbox live/the api it would be cool if you added xbox live authentication and or joining worlds from invites.๐Ÿ˜Ž

Credits

This generally would not be possible without some open source projects, wheather its just looking how thing works inorder to reverse translate them, looking at their code to see how thing work, and or copying a little bit of their code. We apperiate all these projects.

How can I try it

You currently can not, we are still in development and a lot has not been added yet.

We might post some screen shots or information about TunnelMC in there, or if you'd like to help out, you can join and we can see whats crackin.

Pictures

This is a picture of the Java Edition on a Bedrock Edition server This is a picture of what it looks like on the Bedrock Edition

tunnelmc's People

Contributors

therealwwefan231 avatar camotoy avatar justtaldevelops avatar cy4shot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.