Skip to content

Releases: arpruss/raspberryjammod

0.20.1.alpha

09 Jun 13:31
Compare
Choose a tag to compare
  • Experimental code to support up to 16 incoming connections (default off: set in mod options).
  • Security improvements.

0.15.2

08 Jun 23:46
Compare
Choose a tag to compare
  • python3 should finally work

0.15

07 Jun 23:58
Compare
Choose a tag to compare
  • fix bug in events.block.hits
  • add zoomable Mandelbrot set script (hit drawing with a sword to zoom in; hit anywhere else to zoom out)

0.14.7

04 Jun 00:20
Compare
Choose a tag to compare
  • Improvements to Pocket Edition mod
  • Script fixes
  • No longer include python3 scripts officially after I discovered that they are buggy.

0.14.6

02 Jun 00:34
Compare
Choose a tag to compare
  • Includes Raspberry Jam Mod for Android Minecraft PE (alpha quality)

0.14.5

29 May 23:24
Compare
Choose a tag to compare

Bug fixes

0.14.4

25 May 14:28
Compare
Choose a tag to compare
  • wool color definitions, e.g., WOOL_PURPLE
  • stained glass block, with color, e.g., STAINED_GLASS_MAGENTA
  • mengersponge.py

0.14.3

24 May 17:06
Compare
Choose a tag to compare
  • Turtle.gridalign() to align turtle position and heading to the grid; after calling gridalign(), just make sure all angles are multiples of 90 and are ints, not floats, and all distances are ints, not floats
  • bug fix for turtle line length
  • redid dragoncurve using grid-aligned turtle

0.14.2

24 May 14:35
Compare
Choose a tag to compare

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

0.14.1

24 May 03:08
Compare
Choose a tag to compare
  • Bug fix for lsystem.py
  • Added dragoncurve.py