Last active
November 6, 2024 11:07
-
-
Save joelharkes/18bf185a31524d55e45b49764ceeb50b to your computer and use it in GitHub Desktop.
Install Minecraft java edition on windows
This file contains 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 characters
# For my kids and future setup | |
winget install Oracle.JavaRuntimeEnvironment | |
winget install Mojang.MinecraftLauncher | |
# If you want to build any mods in the future | |
# winget search java | |
winget install Oracle.JDK.23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment