在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):THEREALWWEFAN231/TunnelMC开源软件地址(OpenSource Url):https://github.com/THEREALWWEFAN231/TunnelMC开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):TunnelMCTunnelMC allows Minecraft Java Edition Players to join and play Minecraft Bedrock Edition servers How does it workFirstly 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 ProxyWell we love fabric What is left to addYeah well, thats not the correct question to ask, we just recently started development and the real question is what have we added.
ContributingI'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. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论