0.14.2
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