feat: update setup for MC 26.1.2#1
Draft
xPand4B wants to merge 14 commits into
Draft
Conversation
Member
Author
|
/opencode summarize the changes in this PR |
xPand4B
commented
Jun 2, 2026
Member
Author
xPand4B
left a comment
There was a problem hiding this comment.
/opencode summarize this pr
Member
Author
|
/opencode summarize this pr |
PR Summary: feat: update setup for MC 26.1.213 commits, 12 files changed (+386 / −283) Core upgrade
Infrastructure refactor
Proxy & forwarding
Mod list overhaul
Vanilla Tweaks configs
Bug fixes
New & administrative
|
xPand4B
commented
Jun 2, 2026
|
It's a label for Arcane, a self-hosted service dashboard. It tells Arcane to display the PaperMC/Velocity icon for the proxy service in its UI. |
Member
Author
|
/opencode Was at sich geändert? |
|
Hier ist eine Zusammenfassung der Änderungen in diesem PR: Kern-Upgrade
Infrastruktur
Proxy
Fixes & Sonstiges
Insgesamt: 12 Dateien geändert, +387/−284 Zeilen, 14 Commits. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request introduces significant improvements to the Minecraft Docker Compose infrastructure. The main changes include modernizing the environment and compose configuration, updating mod/plugin lists, and adding comprehensive project documentation. The updates streamline server management, clarify configuration, and improve maintainability.
Configuration and Environment Updates:
.env.dist:BASE_DIRto a relative path (/opt/docker/minecraft→./in compose).SERVER_MC_VERSION,SERVER_NAME).SERVER_CF_API_KEYtoSERVER_CURSEFORGE_API_KEYfor clarity.Docker Compose Modernization:
docker-compose.yaml:./) for improved portability.world-<name>format..env.distchanges.CF_API_KEYtoSERVER_CURSEFORGE_API_KEY). [1] [2] [3] [4] [5] [6] [7] [8] [9]Documentation:
AGENTS.md:CI Workflow:
deepseek-v4-flash).Most Important Changes:
1. Infrastructure Modernization
docker-compose.yamlnow use relative paths, eliminating the need for a fixedBASE_DIRand making the setup more portable and developer-friendly. [1] [2] [3] [4]2. Environment and Mod/Plugin Management
.env.distfor all server types, ensuring up-to-date dependencies and cleaner configuration (including new Modrinth project IDs and emptying datapack lists for clarity). [1] [2] [3]3. Documentation and Usability
AGENTS.mdwith comprehensive setup, architecture, and configuration instructions, making onboarding and maintenance easier.4. Service Metadata and Networking
5. CI/CD Improvements
deepseek-v4-flashmodel for OpenCode AI, improving CI performance.