Skip to content

Releases: arpruss/raspberryjammod

0.94

Choose a tag to compare

@arpruss arpruss released this 06 May 14:58

absolute coordinates option

0.93.2

Choose a tag to compare

@arpruss arpruss released this 06 May 14:11
  • friendlier API for generating sign TileEntity blocks: see sign.py and maze.py for examples
  • replace davef's maze with my own

0.93

Choose a tag to compare

@arpruss arpruss released this 28 Nov 04:07

Allow 1.12.2.

0.92

Choose a tag to compare

@arpruss arpruss released this 23 Aug 14:19
  • fix mod info dialog in Minecraft 1.12

0.91

Choose a tag to compare

@arpruss arpruss released this 21 Jun 13:31
  • preliminary 1.12 Minecraft support

0.90.3

Choose a tag to compare

@arpruss arpruss released this 01 Jun 00:04
  • improved Block constructor, so Block(list), Block(tuple) and Block(block) all work
  • can now compare Block to list or tuple

0.90.2

Choose a tag to compare

@arpruss arpruss released this 31 May 05:14
  • fix render.py and some model txt files

0.90

Choose a tag to compare

@arpruss arpruss released this 23 May 15:48
  • maybe fix issues with losing player access
  • update chess.py (delete old _sunfish.py if you have it)
  • update render.py for Python3
  • add pong.py and board2d.py

0.89.2

Choose a tag to compare

@arpruss arpruss released this 12 May 04:09

Fix mcpi/minecraft.py for multiplayer.

0.89

Choose a tag to compare

@arpruss arpruss released this 08 May 01:50

Fix chat post fetch in read-only mode.