From 77f0e689f84a601f5da4aaf2308bccf74a531346 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 24 Jul 2021 16:59:58 +0800 Subject: Initial public release (minecraft 1.17.1). --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..99bc085 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Data Pack for the BearKidsTeam Skyblock Server + +## Additions and Changes to the Vanilla Game + +**TODO** + +## Please note ... + + - You need command blocks enabled on the server so the data pack can function correctly. + + - Written for and tested on vanilla / fabric servers. Might not work on other servers. + + - You may want to comment out island generation once the starting island is generated because I couldn't figure out how to reliably disable it automatically (besides placing a bedrock there). + + - This datapack is written for a small SMP skyblock server, i.e. without a huge playerbase in mind. Some stuff may break if used on a huge server (mainly the structure books). + + - Structure books are **destructive**. They will erase anything within the bounding box of the generated structure. (Well, they don't _always_ do that. But don't let your guard down.) + +## Copyright + +Some of the JSON files (loot tables, dimension configuration) are pulled from official sources and modified based upon them. This is permitted by Mojang's EULA and Mojang holds the copyright of these files. Everything else in this data pack is licensed under the MIT (Expat) License. -- cgit v1.2.3