Releases: arpruss/raspberryjammod
Closer to Raspberry Juice
Now supports full Raspberry Juice API for single player, including events.*.
A new command is available: events.setting(restrict_to_sword,x), which controls whether only sword hits count for events.block.hits() (default, x=1) or whether all hits count (x=0).
Includes /python scriptname command for running scripts straight out of Minecraft. I recommend putting the scripts in an mcpipy directory right beside your Minecraft mods directory. The idea for this comes from github.com/kbsriram/mcpiapi/ and that mod's directory structure will also work for us here.
more stable?
Fix concurrency bug when drawing large structures.
Initial release
Supports:
chat.post
world.setBlock
world.setBlocks
world.getBlock
world.getBlockWithData
world.getHeight
world.getPlayerIds
world.getPlayerEntityId
player.setTile
player.setPos
player.getDirection
player.getRotation
player.getPitch
entity.getDirection
entity.getRotation
entity.getPitch
entity.getPos
entity.getTile
entity.setPos
entity.setTile