You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unofficial and unsupported API to set block light level: block.setLightLevel(blockId, level) (level is a float between 0 and 1); unsupported APIs may be removed and their functionality may leave something to be desired; not officially supported in python, but you can access with mc.conn.send("block.setLightLevel", id, level)
text.py module for drawing large text with about a dozen bitmap fonts (converted from Cool Fonts for PalmOS)
various optimizations and bug fixes
improved pypy support in script and mod (set python interpreter in mod config)
removed some digital clock scripts, replaced by a single digital clock script using the new text.py