Skip to content

Error when joining BDS server with resource packs #71

Open
@kabluinc

Description

@kabluinc

When joining a server with this code

func main() {
    // Connect to the server.
    conn, err := minecraft.Dialer{
        TokenSource: tokenSource(),
    }.Dial("raknet", "127.0.0.1:19132")
    if err != nil {
        panic(err)
    }
    // Make the client spawn in the world.
    if err := conn.DoSpawn(); err != nil {
        panic(err)
    }
    defer conn.Close()

I get the following error and the connection is closed.
Screenshot_20210427-005409_Termius

Minecraft version: 1.16.220
Target server is running BDS 1.16.220

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions