SpockBotMC / SpockBot

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

fixed inventory menu opening (minecraft:container) #209

Closed DefinitlyEvil closed 8 years ago

rom1504 commented 8 years ago

for reference https://github.com/PrismarineJS/prismarine-windows/blob/master/lib/windows.js#L385 https://github.com/PrismarineJS/mineflayer/pull/293

nickelpro commented 8 years ago

Is this something that should be in windows.js? If it is I'd like to see @rom1504 or @Gjum fix it in minecraft-data. If not then Gjum you should just straight up merge this

rom1504 commented 8 years ago

I think it probably should be in windows.json yes. (mineflayer doesn't use it yet, but it will)

rom1504 commented 8 years ago

Want me to release a new python-minecraft-data version @DefinitlyEvil so you can use it in spockbot ?

rom1504 commented 8 years ago

done, you can use minecraft-data 0.4.0 in there https://github.com/SpockBotMC/SpockBot/blob/master/setup.py#L18

DefinitlyEvil commented 8 years ago

@rom1504 Cool, thanks!