Skip to content

0.28

Compare
Choose a tag to compare
@arpruss arpruss released this 18 Jun 23:57
· 454 commits to master since this release
  • New command: /nightvision toggles night vision
  • 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