Skip to content

Instantly share code, notes, and snippets.

@nichtich
Last active December 6, 2020 21:46
Show Gist options
  • Select an option

  • Save nichtich/c3421386d3638a8b86fab483eb0d2309 to your computer and use it in GitHub Desktop.

Select an option

Save nichtich/c3421386d3638a8b86fab483eb0d2309 to your computer and use it in GitHub Desktop.

Revisions

  1. nichtich revised this gist Dec 6, 2020. 1 changed file with 19 additions and 2 deletions.
    21 changes: 19 additions & 2 deletions README.md
    Original 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.
    **[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)
    * [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/
  2. nichtich renamed this gist Dec 6, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. nichtich created this gist Dec 6, 2020.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original 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)