User Tools

Site Tools


games:windows:minecraft_java

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:minecraft_java [2025/05/26 18:35] Sean Rhonegames:windows:minecraft_java [2025/09/11 06:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Download ====== ====== Download ======
  
-  * [[windows;10]]+  * [[windows;10|Windows 10 (21H2)]]
  
-  * https://launcher.mojang.com/download/MinecraftInstaller.msi +  * [[https://launcher.mojang.com/download/MinecraftInstaller.msi|MinecraftInstaller.msi]] ([[https://aka.ms/minecraftClientWindows|aka.ms]])
-  * https://aka.ms/minecraftClientWindows+
  
-====== Version ======+====== Launcher Settings ====== 
 + 
 +  * ''[x]'' Show historical versions 
 + 
 +  "%ProgramFiles(x86)%\Minecraft Launcher\MinecraftLauncher.exe" 
 + 
 +===== Version ===== 
 + 
 +****
  
   old_beta b1.7.3   old_beta b1.7.3
  
-====== Saves ======+====== Scripts ====== 
 + 
 +===== Save Data Back-up ===== 
 + 
 +  MKDIR "%AppData%\.minecraft\scripts" & "notepad.exe" "%AppData%\.minecraft\scripts\world-backup.bat" 
 + 
 +<code> 
 +@echo off 
 + 
 +"tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-Minecraft-Worlds.tar.gz" -C "%AppData%\.minecraft" "saves" 
 + 
 +:: End</code> 
 + 
 +  "%AppData%\.minecraft\scripts\world-backup.bat" 
 + 
 +====== Launcher Shortcuts ====== 
 + 
 +===== Desktop ===== 
 + 
 +==== Minecraft ==== 
 + 
 +  "%ProgramFiles(x86)%\Minecraft Launcher\MinecraftLauncher.exe" 
 + 
 +  Minecraft 
 + 
 +===== Start Menu ===== 
 + 
 +  RMDIR /S /Q "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Minecraft Launcher" 
 + 
 +  MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Minecraft" & "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Minecraft" 
 + 
 +==== Minecraft ==== 
 + 
 +  "%ProgramFiles(x86)%\Minecraft Launcher\MinecraftLauncher.exe" 
 + 
 +  Minecraft 
 + 
 +==== World Backup ==== 
 + 
 +  "%AppData%\.minecraft\scripts\world-backup.bat" 
 + 
 +  World Back-up 
 + 
 +==== World Folder ==== 
 + 
 +  MKDIR "%AppData%\.minecraft\saves" 
 + 
 +  "%AppData%\.minecraft\saves" 
 + 
 +  Worlds Folder 
 + 
 +==== Install Notes ==== 
 + 
 +  "https://wiki.realmofespionage.xyz/games;windows;minecraft_java" 
 + 
 +  Install Notes 
 + 
 +====== Quick Commands ====== 
 + 
 +===== Save Restore =====
  
 **** ****
  
-  "explorer.exe" "%AppData%\.minecraft\saves"+  MKDIR "%AppData%\.minecraft\saves""explorer.exe" "%AppData%\.minecraft\saves"
  
/usr/local/www/wiki/data/attic/games/windows/minecraft_java.1748298909.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki