diff --git a/.gitignore b/.gitignore index 7bbe8d1..e6e06c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .env backups/ drasl/config/keycloak-client-secret -extras/authlib-injector.jar +runtime/authlib-injector.jar # rendered configs (from tooling/render-config.sh) drasl/config/config.toml diff --git a/extras/README.md b/extras/README.md deleted file mode 100644 index 7d1e009..0000000 --- a/extras/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# /extras - -Mounted read-only into the Minecraft container at `/extras`. - -## Required files - -- `authlib-injector.jar` — download latest from - https://github.com/yushijinhun/authlib-injector/releases -- `modrinth-mods.txt` — one Modrinth project slug per line - -## Optional - -- `cf-mods.txt` — CurseForge mod file IDs, only if `CF_API_KEY` is set diff --git a/extras/modrinth-mods.txt b/extras/modrinth-mods.txt deleted file mode 100644 index 5b236d9..0000000 --- a/extras/modrinth-mods.txt +++ /dev/null @@ -1,24 +0,0 @@ -# One Modrinth project slug per line. Empty lines and # comments ignored. -# Pin versions with :version-id for stability. -# This is a placeholder — fill in during mod curation. - -# === Performance === -# embeddium -# ferritecore -# modernfix - -# === QoL === -# jei -# jade - -# === Tech === -# mekanism -# create - -# === Magic === -# ars-nouveau - -# === Map / Voice === -# xaeros-minimap -# xaeros-world-map -# simple-voice-chat diff --git a/runtime/README.md b/runtime/README.md new file mode 100644 index 0000000..49bb5d5 --- /dev/null +++ b/runtime/README.md @@ -0,0 +1,11 @@ +# /runtime + +Runtime drop-ins mounted read-only into the Minecraft container at `/extras`. + +## Required files + +- `authlib-injector.jar` — download latest from + https://github.com/yushijinhun/authlib-injector/releases + +Mods are no longer listed here; the pack is served via packwiz +(`PACKWIZ_URL`, see plan/04-packwiz.md).