SpockBotMC / SpockBot

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

Error when opening custom item menu #208

Closed DefinitlyEvil closed 8 years ago

DefinitlyEvil commented 8 years ago
File "D:\Programs\Python35\lib\site-packages\spockbot-0.1.3-py3.5.egg\spockbot\plugins\helpers\inventory.py", line 170, in handle_open_window
KeyError: 'minecraft:container'

PS: Just produced a fix (PR #209)

Gjum commented 8 years ago

Thanks for te PR. On what server did you see that inv type?

DefinitlyEvil commented 8 years ago

A minecraft server network with a item menu to join sub-servers.

nickelpro commented 8 years ago

This bug will be fixed when minecraft-data merges https://github.com/PrismarineJS/minecraft-data/pull/87

nickelpro commented 8 years ago

Going to call this fixed unless there are further reports