A minimalist's skyblock based on the Protosky mod.
Skyblock Mini is a mostly-vanilla version of Skyblock that gives few concessions to the players. It is based on the Protosky mod which allows it to be used with any world seed.
All blocks have been removed from all dimensions with only a few exceptions:
There are a few crafting recipes that have been added:
Mob drops have also been modified:
Skyblock Mini is meant to be run on a dedicated server. Of course it can be run on an integrated server in single player, but that is left as an exercise to the reader.
First you'll need to get a fabric server setup. Get the fabric installer and set it up in the usual way.
Next, you'll need the excellent Protosky and Nbt Crafting mods. Drop them into your mods/
folder and you're good to go.
If you want to go the easy route, you can find a world download in the releases page. Just download it and add it to your server and you are ready to play!
If you want to play Skyblock Mini with a different seed, follow these instructions:
./mods/
folder in your server directory and add the Protosky and Nbt Crafting mods to it../world/datapacks
folder and add the Skyblock Mini datapack to it../eula.txt
file with the contents eula=true
.Note: Only Linux servers are currently supported
The easiest way to get a server up and running is via an automated script. Run the following command to download and run the script, and then follow the prompts:
wget "https://github.com/kwvanderlinde/mc-skyblock-mini/releases/latest/download/setup_skyblock_mini.sh" && chmod +x setup_skyblock_mini.sh && ./setup_skyblock_mini.sh