SpockBotMC / SpockBot

High level Python framework for building Minecraft clients and bots.
MIT License
198 stars 47 forks source link

Work for 1.11? #225

Open wgaylord opened 7 years ago

wgaylord commented 7 years ago

I have been messing around with the 1.9 branch.

And it sort of works for 1.11.

I know its not the targeted version but its nice that it almost works.

rom1504 commented 7 years ago

I can't see how it could work without updating the protocol.

wgaylord commented 7 years ago

I change the protocol version number and it connects with only like 4 packets failing to decode.

So far Chunk Data, Entity Teleport, Entity Equipment and, Spawn Object. Are the only chunks that fail to deocde. (It then crashes because of a remote host disconnected)