boskee / Minecraft

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

Better text widget #54

Closed tfaris closed 11 years ago

tfaris commented 11 years ago

Text widget can ignore carriage returns (non-multiline). Pressing enter in the middle of a command will send the text instead of inserting a carriage return.

Better command exception handling. Messages printed to stdout.

GiveBlockCommand handles block IDs with decimals.