You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are versions of mcpi floating around that adds functionality supported RaspberryJuice:
Updated to included additional functionality provided by RaspberryJuice:
- getBlocks() : implemented
- .create() : can now accept "name" (player name) for use in multiplayer
- CmdPositioner.getDirection
- CmdPositioner.getPitch
- CmdPositioner.getRotation
- getPlayerEntityId
- CmdEvents.pollChatPosts
I don't where where that originates and don't see it cleanly maintainted anywhere, but it has made its way into several projects on GitHub:
There are versions of
mcpi
floating around that adds functionality supported RaspberryJuice:I don't where where that originates and don't see it cleanly maintainted anywhere, but it has made its way into several projects on GitHub:
Those versions also made some other tweaks -- and they need careful diffs, as they're not identical.
I suggest merging in those enhancements, with some informative error message in case the server doesn't support the RaspberryJuice extensions.
The text was updated successfully, but these errors were encountered: