diff --git a/README.md b/README.md index 5029de5b..b71852c9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ If you want to update the datapack to the latest version: - Open the "datapacks" folder - Delete the zip file that is there and replace it with the newly-downloaded zip file +If you want to run the datapack on a server: +- Generate a default world on the server, then close the server +- Open the world's folder and check if there is a datapacks folder there. If there is no datapacks folder, create one. +- Copy the downloaded zip file into the datapacks folder +- Open the server.properties file and make sure "enable-command-block=true". If it is set to false, change it to true. The datapack will not work unless you do this! + ![The Stronghold Ruins](https://raw.githubusercontent.com/Zungrysoft/The-Escher-Dimension/master/docs/screenshots/stronghold2_1.png) ![Hellion Heights](https://raw.githubusercontent.com/Zungrysoft/The-Escher-Dimension/master/docs/screenshots/hellion_1.png) ![Infernal Industries](https://raw.githubusercontent.com/Zungrysoft/The-Escher-Dimension/master/docs/screenshots/infernal_1.png) diff --git a/data/tid/functions/misc/command_block_warning.mcfunction b/data/tid/functions/misc/command_block_warning.mcfunction new file mode 100644 index 00000000..30a52083 --- /dev/null +++ b/data/tid/functions/misc/command_block_warning.mcfunction @@ -0,0 +1,7 @@ +#Delete the Command Block +setblock ~ ~ ~ air +fill ~-1 ~-1 ~-1 ~1 ~1 ~1 air replace redstone_block + +#Delete the signs +fill ~-1 ~-1 ~-1 ~1 ~1 ~1 air replace minecraft:oak_wall_sign +fill ~-1 ~-1 ~-1 ~1 ~1 ~1 air replace minecraft:bedrock diff --git a/data/tid/structures/intro/entrance.nbt b/data/tid/structures/intro/entrance.nbt index 89da82cd..c667806b 100644 Binary files a/data/tid/structures/intro/entrance.nbt and b/data/tid/structures/intro/entrance.nbt differ