An open API service indexing awesome lists of open source software.

https://github.com/dexrnzacattack/mcsaves

This repo is meant to contain saves from all versions of Minecraft. (NOTE: this repo is not affiliated with Microsoft, Mojang, or any of their subsidiaries.)
https://github.com/dexrnzacattack/mcsaves

Last synced: 3 months ago
JSON representation

This repo is meant to contain saves from all versions of Minecraft. (NOTE: this repo is not affiliated with Microsoft, Mojang, or any of their subsidiaries.)

Awesome Lists containing this project

README

          

# MCSaves
This repo is meant to contain saves from all versions of Minecraft.

## HOW TO CONTRIBUTE
1. Take screenshots, we recommend a screenshot of the world in the Worlds menu and a screenshot from within the world.
2. Grab the world files (Do not decompress, unless you're willing to put both the decompressed and compressed world in the same folder, or if the world is already pre-decompressed)
- Note: For Xbox 360 Edition, if possible, include the .bin file... you **must** remove your console, profile, and device id and other info from it, using a tool like Horizon.
- LCE: Additionally, if you see a `.EXT` or `THUMBS` file, please include it... It contains the world seed and other info.
- For redacting other LCE saves, you can use [LCEPlayerRedactor](https://github.com/DexrnZacAttack/LCEPlayerRedactor)
3. Place the world files and a README in a folder named after the world, with a subfolder (named Screenshots) inside said world folder containing screenshots.
4. Within that README, add the screenshots you've put into the Screenshots folder, your GitHub username, World name, platform, and version it was created on.
Here is a [template](template.md) for said README.

## Repo structure
The intended repo structure is below:
```
MCSaves
│ File structure is subject to change

├───Bedrock
│ └───New World
│ │ All other files in these folders are the world files
│ │ README.md (This contains info about the person that contributed the worlds, the world name, screenshots, and other info)
│ │
│ └───Screenshots
│ Image1.png
│ Image2.png

├───Java
│ └───New World
│ │ All other files in these folders are the world files
│ │ README.md (This contains info about the person that contributed the worlds, the world name, screenshots, and other info)
│ │
│ └───Screenshots
│ Image1.png
│ Image2.png

├───LCE
│ ├───Nintendo Switch
│ │ └───New World
│ │ │ All other files in these folders are the world files
│ │ │ README.md (This contains info about the person that contributed the worlds, the world name, screenshots, and other info)
│ │ │
│ │ └───Screenshots
│ │ Image1.png
│ │ Image2.png
│ │
│ ├───PS3
│ │ └───New World
│ │ │ All other files in these folders are the world files
│ │ │ README.md (This contains info about the person that contributed the worlds, the world name, screenshots, and other info)
│ │ │
│ │ └───Screenshots
│ │ Image1.png
│ │ Image2.png
│ │
│ ├───PS4
│ │ └───New World
│ │ │ All other files in these folders are the world files
│ │ │ README.md (This contains info about the person that contributed the worlds, the world name, screenshots, and other info)
│ │ │
│ │ └───Screenshots
│ │ Image1.png
│ │ Image2.png
│ │
│ ├───Wii U
│ │ └───New World
│ │ │ All other files in these folders are the world files
│ │ │ README.md (This contains info about the person that contributed the worlds, the world name, screenshots, and other info)
│ │ │
│ │ └───Screenshots
│ │ Image1.png
│ │ Image2.png
│ │
│ ├───Xbox 360
│ │ └───New World
│ │ │ All other files in these folders are the world files
│ │ │ README.md (This contains info about the person that contributed the worlds, the world name, screenshots, and other info)
│ │ │
│ │ └───Screenshots
│ │ Image1.png
│ │ Image2.png
│ │
│ └───Xbox One
│ └───New World
│ │ All other files in these folders are the world files
│ │ README.md (This contains info about the person that contributed the worlds, the world name, screenshots, and other info)
│ │
│ └───Screenshots
│ Image1.png
│ Image2.png

└───Other
This folder should contain saves from other versions of Minecraft, such as Pi Edition, under a folder of course

```