Skip to content

Releases: arpruss/raspberryjammod

0.14

Choose a tag to compare

@arpruss arpruss released this 22 May 18:39
  • 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

Choose a tag to compare

@arpruss arpruss released this 19 May 17:26
  • turtle.py has pitch/yaw/roll controls
  • bug fix for entity rotation

0.12

Choose a tag to compare

@arpruss arpruss released this 17 May 18:43

Better error handling.

0.11

Choose a tag to compare

@arpruss arpruss released this 17 May 18:21

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

Choose a tag to compare

@arpruss arpruss released this 17 May 02:26

Support chat post polling API.

0.09

Choose a tag to compare

@arpruss arpruss released this 15 May 16:30

Fix bug in *.getDirection()

0.08

Choose a tag to compare

@arpruss arpruss released this 26 Feb 22:01
  • working mcmod.info file
  • config allows changing port number

0.07

Choose a tag to compare

@arpruss arpruss released this 23 Feb 04:07

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

Even better

Choose a tag to compare

@arpruss arpruss released this 01 Feb 22:06

Tab completion for script selection.

Pretty decent...

Choose a tag to compare

@arpruss arpruss released this 24 Jan 20:59

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