Add VanillaBeyond connected library export

This commit is contained in:
MrSphay
2026-05-15 22:29:10 +02:00
commit 3c3179721f
4 changed files with 45 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
Thumbs.db
.DS_Store

5
CHANGELOG.md Normal file
View File

@@ -0,0 +1,5 @@
# Changelog
## 21.228.3
- Initial exported Modrinth App modpack for Connected Library testing.

38
README.md Normal file
View File

@@ -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.

Binary file not shown.