boskee / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
206 stars 33 forks source link

Quickbar: Fixed creating a new stack pushing others off the quickbar #4

Closed Nebual closed 11 years ago

Nebual commented 11 years ago

Picking up a block while not having a partial stack of it (a multiple of 64 or 0 of the item) was pushing all the other quickbar items down one (so, one disappears), this fixes that.

fogleman seems to want to keep his build simple and small, and it seems this repo is the main one gathering third party work, so I figured I'd submit here.

Is there an IRC or something we could discuss this project in? irc://irc.gamesurge.net/Pinecraft perhaps?

Nebual commented 11 years ago

Closing this because recent changes would prevent a clean merge, new PR: #13