Minecraft: mudanças entre as edições

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição
Linha 17: Linha 17:
* https://techcraft.codeplex.com
* https://techcraft.codeplex.com
* https://www.michaelfogleman.com/craft/
* https://www.michaelfogleman.com/craft/
== No Raspberry Pi 3 ==
* https://www.raspberrypi.org/forums/viewtopic.php?t=186547
* https://minecraft.net/en-us/edition/pi/
* https://www.cnet.com/how-to/get-the-full-version-of-minecraft-running-on-raspberry-pi/
* https://www.linux.com/learn/how-build-minecraft-server-raspberry-pi-3


== Referências ==
== Referências ==

Edição das 23h28min de 8 de março de 2018

Página do projeto

Instalando

wget https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
sudo mkdir /opt/minecraft
sudo mv Minecraft.jar /opt/minecraft/
echo -e '[Desktop Entry]\n Version=1.0\n Name=Minecraft\n Exec=java -jar /opt/minecraft/Minecraft.jar\n Icon=Minecraft_Block\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/minecraft.desktop
cd /usr/share/icons; sudo wget http://images.wikia.com/yogbox/images/d/dd/Minecraft_Block.svg

Alternativos - OpenSource

No Raspberry Pi 3

Referências

Requerimentos