Skip to content

0.14.2

Compare
Choose a tag to compare
@arpruss arpruss released this 24 May 14:35
· 587 commits to master since this release

Note on numbering:
From now on, releases will be numbered 0.x or 0.x.y. Whenever the mod itself changes, x will go up. If only the sample scripts change, y will go up. Thus, if you had 0.14 installed, but are now downloading 0.14.2, you don't need to update the mod, just the scripts.

  • Added convenience mc.py module: from mc import *, and you're ready to go
  • Modified mcpi/minecraft.py to allow even briefer initialization: mc = Minecraft()
  • Bug fix for lsystem.py
  • Added dragoncurve.py
  • Improved knot drawing code