-
Notifications
You must be signed in to change notification settings - Fork 99
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
Error when joining BDS server with resource packs #71
Comments
Do you by any chance have a public server I could test on? |
Hi. Stopped using resource packs for now due to this issue but here's a test server with one: IP: mc3.mcchosting.tk |
Thank you! |
I saw this same error when my texture pack was a folder instead of a zip file. Changing it to a zip file fixed the error. However, the texture pack still isn't being sent to the client. My server has a texture pack and a behavior pack. The behavior pack is still functional though. The texture pack is not. |
Behaviour packs are not sent over the network, they can only be parsed by the server software and used to implement features etc. The only time they were actually sent was with the abandonded scripting api |
What about the Texture packs though? I thought the relay would pass that information through, but it doesn't seem to get sent in the first place. |
To do this you would need to pre-dial a connection before creating the listener. They cannot be forwarded immediately due to the way listeners work |
When joining a server with this code
I get the following error and the connection is closed.
Minecraft version: 1.16.220
Target server is running BDS 1.16.220
The text was updated successfully, but these errors were encountered: