boskee / Minecraft

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

Changed block.id from a float to a custom BlockID type #56

Closed Nebual closed 11 years ago

Nebual commented 11 years ago

The float system caused lots of problems the custom type should hopefully address.

Commit descriptions have more detail.