Skip to content

Releases: arpruss/raspberryjammod

0.14

22 May 18:39
Compare
Choose a tag to compare
  • bug fix for entity rotation code
  • drawing code and polyhedron generator
  • now include the script package zip files in the release for convenience
    (Note: the script .zip files are fresher than the scripts included in the auto-generated source packages. Sorry.)

0.13

19 May 17:26
Compare
Choose a tag to compare
  • turtle.py has pitch/yaw/roll controls
  • bug fix for entity rotation

0.12

17 May 18:43
Compare
Choose a tag to compare

Better error handling.

0.11

17 May 18:21
Compare
Choose a tag to compare

spawn support (id = Minecraft.spawnEntity(entityName,x,y,z[,tag]) and Minecraft.removeEntity(id) in both the API and on the python side.
turtle graphics script now allows various creatures (e.g., horses) to act as the turtle.

0.10

17 May 02:26
Compare
Choose a tag to compare

Support chat post polling API.

0.09

15 May 16:30
Compare
Choose a tag to compare

Fix bug in *.getDirection()

0.08

26 Feb 22:01
Compare
Choose a tag to compare
  • working mcmod.info file
  • config allows changing port number

0.07

23 Feb 04:07
Compare
Choose a tag to compare

/python command's output is shown in Minecraft (and error messages, too)

Even better

01 Feb 22:06
Compare
Choose a tag to compare

Tab completion for script selection.

Pretty decent...

24 Jan 20:59
Compare
Choose a tag to compare

getBlock_() returns updated value even if called immediately after setBlock_(), even if server hasn't officially updated this.