Minecraft bindings (WRT regular edition)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Minecraft bindings (WRT regular edition)

Casey Ransberger-2
I don't have a Raspberry Pi yet, but I couldn't wait to check this out, so I googled a bit and found a way to do this with the regular version of Minecraft.

Got the Minecraft Pi API from Mojang:


I installed a Bukkit server:


And a plugin which provides a subset of Minecraft Pi Edition's API:


Loaded Bert's MC packages, did the #rainbow: demo, and voila! Rainbow.


Sweeeeeeeet. Now I can use PetitParser to make MineLogo :D

--
Casey Ransberger

Reply | Threaded
Open this post in threaded view
|

Re: Minecraft bindings (WRT regular edition)

Bert Freudenberg
On 27.02.2013, at 05:26, Casey Ransberger <[hidden email]> wrote:

I don't have a Raspberry Pi yet, but I couldn't wait to check this out, so I googled a bit and found a way to do this with the regular version of Minecraft.

Awesome!

Got the Minecraft Pi API from Mojang:


I installed a Bukkit server:


And a plugin which provides a subset of Minecraft Pi Edition's API:


Loaded Bert's MC packages, did the #rainbow: demo, and voila! Rainbow.

Did you notice its shape is physically way more correct than the Python rainbow? ;)

Would be even nicer to put the rainbow where the player is looking. Currently there is no API for that. But Mojang's Chief Architect actually likes Smalltalk, and agreed to add it:



Sweeeeeeeet. Now I can use PetitParser to make MineLogo :D

Feel free to use my repository, it's open :)

- Bert -