From bad0005ca87b9401af12a8e4b97c284a2e09f15b Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Wed, 11 Aug 2021 01:05:06 -0500
Subject: [PATCH] Point to OpenJDK instead of Oracle Java

---
 minecraft/setup/index.php | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/minecraft/setup/index.php b/minecraft/setup/index.php
index daacf6f..63ed6bc 100644
--- a/minecraft/setup/index.php
+++ b/minecraft/setup/index.php
@@ -28,19 +28,11 @@
 				<h2>1. Installing Java</h2>
 				<p>Minecraft depends on Java. It's important that you have the latest 64-bit edition of Java installed.</p>
 				<ol>
-					<li>Go to <a href="https://www.java.com/en/download/manual.jsp">Java Downloads</a></li>
-					<li>Download and run the "Windows Offline (64-bit)" option</li>
+					<li>Go to <a href="https://adoptium.net/">Adoptium</a></li>
+					<li>Select "OpenJDK 8"</li>
+					<li>Click "Latest release"</li>
+					<li>Run through the installer</li>
 				</ol>
-				<div class="warning">
-					<i class="badge fa fa-warning"></i>
-					Ensure you do NOT install the 32-bit version of Java! Doing so may result in some of the following weird errors:
-					<ul>
-						<li>Being unable to launch a pack with over 4GB of memory allocated</li>
-						<li>"Java could not be invoked with the arguments specified"</li>
-						<li>Other random nebulous errors from MultiMC</li>
-					</ul>
-					If you're not sure whether or not you've installed 32-bit Java, uninstall and reinstall it just to be on the safe side.
-				</div>
 			</div>
 			<div class="subcontainer" id="multimc">
 				<h2>2. Installing MultiMC</h2>