MCCTeam / Minecraft-Console-Client

Lightweight console for Minecraft chat and automated scripts
https://mccteam.github.io
Other
1.65k stars 399 forks source link

Item pickup doesnt work with terrain #264

Closed ghost closed 5 years ago

ghost commented 7 years ago

Hello, I am using your console-client. I enabled that terrain thing, but I am not able to pick up items. Inventory is not full, can be edited inside Minecraft (with /invsee), but items can't be picked up. Using latest version. Can you help me? Thanks!

ORelio commented 7 years ago

Try moving with /move in order to update location. Pickup is handled server-side, not client-side.

Simran-B commented 6 years ago

Also see: http://wiki.vg/Protocol#Collect_Item

The server only checks for items to be picked up after each Player Position (and Player Position And Look) packet sent by the client.

TheSnoozer commented 5 years ago

Closing as answered (and as part of an issue cleanup).

Feel free to reopen if you still got a problem.