commit 3c3179721f6d4c97116505e1d3a8ce65d2f7fa97 Author: MrSphay Date: Fri May 15 22:29:10 2026 +0200 Add VanillaBeyond connected library export diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f1c64b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Thumbs.db +.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2c180bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 21.228.3 + +- Initial exported Modrinth App modpack for Connected Library testing. diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef5de3e --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# VanillaBeyond Connected Library Test + +Test repository for the Modrinth App "Connected Library" feature. + +Use this repository URL in the Modrinth App: + +```text +https://git.wilkensxl.de/MrSphay/VanillaBeyond-connected-library-test +``` + +If that does not work, try the `.git` clone URL: + +```text +https://git.wilkensxl.de/MrSphay/VanillaBeyond-connected-library-test.git +``` + +## Included Export + +```text +exports/VanillaBeyond-21.228.3.mrpack +``` + +Pack metadata from the export: + +- Name: `VanillaBeyond Visual` +- Version: `21.228.3` +- Minecraft: `1.21.1` +- Loader: `neoforge 21.1.228` + +## Update Workflow + +1. Export a new `.mrpack` from the Modrinth App. +2. Put it into `exports/`. +3. Use a versioned filename, for example `VanillaBeyond-21.228.4.mrpack`. +4. Commit and push the change. +5. Click `Check for updates` in the Modrinth App Connected Library. + +Keep the repository public, otherwise the Modrinth App cannot read it without authentication. diff --git a/exports/VanillaBeyond-21.228.3.mrpack b/exports/VanillaBeyond-21.228.3.mrpack new file mode 100644 index 0000000..a787b3a Binary files /dev/null and b/exports/VanillaBeyond-21.228.3.mrpack differ