File Details
RaspberryJuice v1.3
- R
- Mar 27, 2014
- 14.82 KB
- 1.1K
- CB 1.6.4-R2.0
File Name
raspberryjuice-1.3.jar
Supported Versions
- CB 1.6.4-R2.0
Standard Pi functionality:
- added world.getHeight()
Extra functionality *:
- added world.getBlocks()
- multiplayer support
- name added as an optional parameter to player.# calls
- modded minecraft.py in python api library so player "name" can be passed on Minecraft.create(ip, port, name)
- note. This change does not stop standard python api library being used
- to use the extra features an modded version of the java and python libraries that were originally supplied by Mojang with the Pi is required, https://github.com/zhuowei/RaspberryJuice/tree/master/src/main/resources/mcpi. You only need the modded libraries to use the extra features, the original libraries still work, you just wont be able to use the extra features
Not all commands are implemented - see main page for supported commands.

