Skip to content

Releases: arpruss/raspberryjammod

0.64

02 Apr 15:00
Compare
Choose a tag to compare

world.spawnEntity() adds levitation effect for entities with NoAI:1 under 1.9 to match 1.8 behavior.

0.63

01 Apr 17:22
Compare
Choose a tag to compare

Fixes to pysanka.py.

For script info, see:
http://www.instructables.com/id/Giant-Easter-Eggs-in-Minecraft/

0.62

01 Apr 05:00
Compare
Choose a tag to compare

Extend pysanka.py to allow oval eggs.
Include Pillow with exe installer.

0.61

27 Mar 19:07
Compare
Choose a tag to compare

Add egg.py and pysanka.py.

0.60

27 Mar 01:10
Compare
Choose a tag to compare

Now experimentally support 1.9 as well as stably support 1.8, 1.8.8 and 1.8.9. Just download mods.zip, drop the contents in your mods folder, after deleting the previous version. Or use the experimental installer.

Note: In 1.9, must use LEFT sword click in place of RIGHT sword click.

0.52

29 Dec 17:49
Compare
Choose a tag to compare

Experimental support for Forge for Minecraft 1.8.8.

0.51

02 Nov 15:39
Compare
Choose a tag to compare
  • getBlocks(), getBlocksWithData() and getBlocksWithNBT() [experimental] support
  • on platforms where unknown commands return "fail", the python getBlocks_() methods fall back to looping with getBlock_() if the getBlocks*() command is unsupported
  • the Game of Life script uses getBlocks() for reading the initial setup

0.50.4

08 Oct 12:17
Compare
Choose a tag to compare
  • Fix vehicle.py trapdoor rotation

0.50.3

05 Oct 14:29
Compare
Choose a tag to compare
  • fix TileEntity support in vehicle.py broken by previous release

0.50.2

05 Oct 04:30
Compare
Choose a tag to compare
  • security fixes to some scripts
  • rjm-minetest compatibility to some scripts