From b30b79099c31fffe87f3c1f94ea1041015985395 Mon Sep 17 00:00:00 2001 From: tastybento Date: Mon, 13 Apr 2026 17:26:43 -0700 Subject: [PATCH] Add installation instructions to GitHub Release body Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d174d4a..5463022 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,3 +21,14 @@ jobs: with: files: BoxedDataPack.zip generate_release_notes: true + body: | + ## Download + + Click the **BoxedDataPack.zip** link in the **Assets** section below to download the data pack. + + ## Installation + + 1. Locate your Minecraft server's main world folder (usually named `world/`). + 2. Place `BoxedDataPack.zip` inside the `world/datapacks/` folder (create it if it doesn't exist). + 3. Restart the server, or run `/reload` if the server is already running. + 4. Confirm the data pack loaded successfully with `/datapack list`.