Last active
December 6, 2020 21:46
-
-
Save nichtich/c3421386d3638a8b86fab483eb0d2309 to your computer and use it in GitHub Desktop.
Revisions
-
nichtich revised this gist
Dec 6, 2020 . 1 changed file with 19 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,20 @@ **[Minecraft Pi Edition](https://www.minecraft.net/en-us/edition/pi)** (mcpi) ist eine kostenlose Version von Minecraft, die speziell für den Raspberry Pi herausgegeben wurde. Sie basiert auf der Bedrock Version 0.6.0 aus dem Januar 2013, ist also schon etwas älter. Das Spiel bietet standardmäßig nur den Kreativmodus mit einer eingeschränkten Karte, kann allerdings programmiert werden. * [Minecraft Pi im deutschsprachigen Minecraft-Wiki](https://minecraft-de.gamepedia.com/Pi_Edition) Es gibt einige Anleitungen und Beispiele, die meisten davon allerdings schon etwas älter. * https://iomio.schule/level-drei/projekt-raspberry-pi-3-und-minecraft/starten-mit-minecraft-pi * https://github.com/wi99/mcpi_scripts (see also https://www.youtube.com/watch?v=ovulNb3prJk) * https://www.reddit.com/r/raspberry_pi/comments/c3bafg/how_to_run_the_minecraft_pi_edition_survival/ * https://mcpi.tk/ (reviving Minecraft Pi) * https://github.com/MCPI-Devs * https://www.raspberrypi.org/blog/build-minecraft-house-using-python/ * https://www.raspberrypi-spy.co.uk/2014/06/building-a-castle-in-minecraft-with-python/ * https://www.raspberrypi-spy.co.uk/2016/03/how-to-change-your-character-skin-in-minecraft-pi-edition/ Spielstände (Welten) werden im `~/.minecraft` gespeichert und können bearbeitet werden. ## Programmierung * https://picraft.readthedocs.io/ -
nichtich renamed this gist
Dec 6, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
nichtich created this gist
Dec 6, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ **[Minecraft Pi Edition](https://www.minecraft.net/en-us/edition/pi)** (mcpi) ist eine kostenlose Version von Minecraft, die speziell für den Raspberry Pi herausgegeben wurde. * [Minecraft Pi im deutschsprachigen Minecraft-Wiki](https://minecraft-de.gamepedia.com/Pi_Edition)