boskee / Minecraft

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

Fixed crafting errors #111

Closed notiska closed 2 years ago

notiska commented 4 years ago

Crafting errors occurred when attempted comparison of BlockIDs with integers and other BlockIDs. Added greater than and less than methods to the BlockID class.