(add link to jar) |
(fix link) |
||
(One intermediate revision by the same user not shown) | |||
Line 38: | Line 38: | ||
* [http://www.stuffaboutcode.com/p/minecraft-api-reference.html Minecraft API Reference] | * [http://www.stuffaboutcode.com/p/minecraft-api-reference.html Minecraft API Reference] | ||
* [https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz MCPI API] (zip file) included on Raspberry Pi | * [https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz MCPI API] (zip file) included on Raspberry Pi | ||
==== MCPI on the Desktop ==== | ==== MCPI on the Desktop ==== | ||
* [https://github.com/zhuowei/RaspberryJuice/raw/master/src/main/resources/mcpi/api/java/McPi.jar Minecraft API Jar on Github] (compiled for Desktop) | |||
* [https://github.com/kbsriram/mcpiapi MCPI-API] (Forge Plugin) | * [https://github.com/kbsriram/mcpiapi MCPI-API] (Forge Plugin) | ||
* [https://github.com/martinohanlon/canaryraspberryjuice Canary Raspberry Juice] (Bukkit Plugin) | * [https://github.com/martinohanlon/canaryraspberryjuice Canary Raspberry Juice] (Bukkit Plugin) | ||
==== Scratch 2 MCPI ==== | ==== Scratch 2 MCPI ==== | ||
* [https://github.com/scratch2mcpi/scratch2mcpi Scratch-2-MCPI] | * [https://github.com/scratch2mcpi/scratch2mcpi Scratch-2-MCPI] | ||
* [https://scratch.mit.edu/projects/13703270/ Scratch-2-MCPI Example Project] | * [https://scratch.mit.edu/projects/13703270/ Scratch-2-MCPI Example Project] |
Latest revision as of 13:41, 14 May 2016
Minecraft Culture, Coding and Modding
Links
Minecraft
- English Minecraft Wiki
- German Minecraft Wiki
- Add your links here
Simulations
Netlogo
Game of Life
Abelian Sandpile Model
- Abelian Sandpile Model
- Abelian Sandpile Model in p5.js
Boids
- Original Boids by Craig Reynolds
- Boids in Netlogo
- Boids in p5.js
Programming Minecraft
Raspberry Pi
Processing
MCPI (Minecraft for Raspberry Pi)
- Minecraft API Reference
- MCPI API (zip file) included on Raspberry Pi
MCPI on the Desktop
- Minecraft API Jar on Github (compiled for Desktop)
- MCPI-API (Forge Plugin)
- Canary Raspberry Juice (Bukkit Plugin)