-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No support for protocol v338 #63
Comments
My name is Stanley Kenway, and I'm necroing over here! |
Protocol system is being rewritten for another project and will be ported over here. Progress is looking good. Additionally, the development-cleanup branch contains many new features that you can test on 1.7.x, like simple physics. |
How can we know when it's finished? |
You only know when the code has updated. Untill then, theres nothing to do but wait! |
How to import the Gradle project? i'm stuck in eclipse ;-; |
Going off topic here, but after compiling it with "gradle build", i cannot run it because |
The Gradle scripts replacing the old Ant scripts are crappy at best and have many issues. The most effective thing you can do right now is the following:
Additionally, importing the project (via existing sources, build.gradle) in IntelliJ and setting up a run configuration for I hope to find some time to make the project more presentable in the near future. 1.8+ support comes first, though. |
It also says that I need a protocol name |
Also why am i getting EOFExceptions on the old version |
The protocol loader uses the Java SPI system for discovering protocols, which won't work without the protocols being specially packaged. That packaging is one of the most important things missing from the new build scripts. You can specify a protocol class explicitly instead: There will be sporadic EOFExceptions on connection due to a race condition bug in the networking code, probably related to encryption, that I never took the time to fix. They only happen during the initial handshaking and logging in steps of connecting to a server. |
Is minecraft 1.8 and up supported with the new (protocolsystem)-version? |
No, minecraft 1.8 protocol is under development. |
any updates? |
guess not |
Lol I've been waiting years for him to update this bot... :( There's a pretty good API I found tho, it's named mineflayer and if you know just a little of JavaScript you can do pretty good things with it |
The text was updated successfully, but these errors were encountered: