SpockBotMC / SpockBot

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

Make inventory use string IDs instead of (item_id, meta) #95

Closed Gjum closed 9 years ago

Gjum commented 9 years ago

Probably easier to use because of the cleaner interface.

Requires mcdata.blocks and mcdata.items to provide the string_id -> (item_id, meta) mapping.

Gjum commented 9 years ago

Doesn't quite work, as the string IDs do not specify any metadata/variation.