SpockBotMC / SpockBot

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

Make entity metadata a dict, allow metadata for all entities #143

Closed Gjum closed 9 years ago

Gjum commented 9 years ago

Fixes the bug that the metadata from the Entity Metadata packet was silently discarded.

This is needed to for example determine the type of a dropped item.