Skip to content

Instantly share code, notes, and snippets.

@jjzabkar
Created August 28, 2021 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjzabkar/bff03c808d3f4971bf4c3ee0cf7837f8 to your computer and use it in GitHub Desktop.
Save jjzabkar/bff03c808d3f4971bf4c3ee0cf7837f8 to your computer and use it in GitHub Desktop.
How to download the Nickland Minecraft save file to your local computer.

This process will require 11 GB of disk space. At the end of this process, you will have the following directories within your local Minecraft installation directory:

<LOCAL_MINECRAFT_DIR>
  /world         <== this is the new directory (6 GB)
  /world-backup  <== this is the old directory

Prerequisites

  1. You have started a local single-player Minecraft game previously (this creates the local world/ directory).
  2. Ensure your local Minecraft is shut down / not running.
  3. You have followed the nickland install instructions to configure your Minecraft Forge server with Minecraft 1.16.5, Forge 36.1.4, 48 mods loaded.

Local Install Instructions

  1. Download https://zabkar-minecraft.s3.amazonaws.com/world.tar.gz
  2. Expand/extract the files. (howto)
  3. Note that the expanded files reside in a world directory.
  4. Locate the directory with your local Minecraft installation.
  5. Within your local Minecraft installation, locate your old world directory.
  6. Rename the old world directory to world-backup.
  7. Copy/move the new world directory that we extracted in step 2 to become a child of your local Minecraft installation.
  8. Start Minecraft in single-player mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment