What is it?
Minecraft World Repos is a Minecraft mod that allows players to browse and download worlds directly from custom online repositories. Map creators can easily host and share their creations, and users can access and download them in-game with just a few clicks.
FAQ
๐ How to make my own repository?
Create a MinecraftWorldRepo.json
file with the following format:
{
"info": {
"name": "My Test World Repo",
"description": "Testing The mod",
"author": "TGGamesYT"
},
"worlds": [
{
"name": "My test world",
"description": "Testing!",
"location": "test_world.zip"
}
]
}
Host it at a public URL (e.g. https://my.site/repo/MinecraftWorldRepo.json
) and place your world zips in the same directory, relative to the JSON.
๐ How to add my repo to the public list?
Just create an issue at the GitHub issues page and tell us about your repo. If it fits, itโll likely be added!
๐ฎ How to use a repository?
Launch Minecraft with the mod installed, open the mod's menu, click โAdd New Repoโ, paste the link to the repo (the location where the json is located, but without the json), and youโre good to go! You can now browse and download worlds directly from that repository.