diff --git a/content/install-minecraft.md b/content/install-minecraft.md index 5410177881..86322c4f6a 100644 --- a/content/install-minecraft.md +++ b/content/install-minecraft.md @@ -17,45 +17,35 @@ tableOfContents: true Alright! Hitch on and let's go on! -## Pop!_OS 20.04 +## Pop!\_OS -First, open the Pop!_Shop. -![Open Pop_Shop](/images/minecraft/popshop.png) +First, open the COSMIC Store (or the Pop!\_Shop on versions 22.04 and below). Next, type "minecraft" into the search bar, and click "Minecraft". -Next, type "Minecraft" into the search bar, and click "Minecraft". -![Search Page](/images/minecraft/searchforminecraft.png) +![Search Page](/images/minecraft/searchforminecraft.webp) -Next, click install. -![Open Minecraft page](/images/minecraft/minecraftapppage.png) +Next, click Install. + +![Open Minecraft page](/images/minecraft/minecraftapppage.webp) Now you will have installed Minecraft! Open Minecraft and log in with your username and password to start playing! -![Minecraft Installed](/images/minecraft/minecraftinstalled.png) -## Debian and Ubuntu -   -First, you will need Java runtime. +![Minecraft Installed](/images/minecraft/minecraftinstalled.webp) -```bash -sudo apt-get install openjdk-8-jre -``` +## Debian and Ubuntu -So, you want oracle runtime instead? But.... fine.... -Get the repository and install the package. +Go to [minecraft.net](https://www.minecraft.net/download) and download the _Debian + Debian based_ version. Open the downloaded `.deb` file to install. -```bash -sudo apt-add-repository ppa:webupd8team/java -sudo apt-get update -sudo apt-get install oracle-java8-installer -``` +![Minecraft download page listing multiple versions](/images/minecraft/downloadversions.png) -You will then download the launcher. Go to the [minecraft.net](https://minecraft.net/en-us/download/) page to download or... +Alternatively, you can use the terminal: ```bash -wget http://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar +wget https://launcher.mojang.com/download/Minecraft.deb +sudo dpkg --install Minecraft.deb ``` -Now run the file! Log in with your username and password and start playing! +Now start Minecraft from the app launcher! Log in with your username and password to start playing! --- -This article was contributed by [kylerschin](https://github.com/kylerschin). +This article was contributed by [kylerschin](https://github.com/kylerschin) and [remcohaszing](https://github.com/remcohaszing). diff --git a/static/images/minecraft/downloadversions.png b/static/images/minecraft/downloadversions.png new file mode 100644 index 0000000000..bdc5791292 Binary files /dev/null and b/static/images/minecraft/downloadversions.png differ diff --git a/static/images/minecraft/minecraftapppage.png b/static/images/minecraft/minecraftapppage.png deleted file mode 100644 index a61f5ecf37..0000000000 Binary files a/static/images/minecraft/minecraftapppage.png and /dev/null differ diff --git a/static/images/minecraft/minecraftapppage.webp b/static/images/minecraft/minecraftapppage.webp new file mode 100644 index 0000000000..e77add0bb5 Binary files /dev/null and b/static/images/minecraft/minecraftapppage.webp differ diff --git a/static/images/minecraft/minecraftinstalled.png b/static/images/minecraft/minecraftinstalled.png deleted file mode 100644 index cb56e03925..0000000000 Binary files a/static/images/minecraft/minecraftinstalled.png and /dev/null differ diff --git a/static/images/minecraft/minecraftinstalled.webp b/static/images/minecraft/minecraftinstalled.webp new file mode 100644 index 0000000000..adb48f5684 Binary files /dev/null and b/static/images/minecraft/minecraftinstalled.webp differ diff --git a/static/images/minecraft/searchforminecraft.png b/static/images/minecraft/searchforminecraft.png deleted file mode 100644 index e51fc384dc..0000000000 Binary files a/static/images/minecraft/searchforminecraft.png and /dev/null differ diff --git a/static/images/minecraft/searchforminecraft.webp b/static/images/minecraft/searchforminecraft.webp new file mode 100644 index 0000000000..cc29c07c2a Binary files /dev/null and b/static/images/minecraft/searchforminecraft.webp differ