refactor: update MCC commands and documentation to use version 1.21.11-Vanilla for consistency across workflows

This commit is contained in:
BruceChen 2026-04-12 20:48:30 +00:00
parent f0b79d5f9c
commit 2b8a8113f5
14 changed files with 1114 additions and 51 deletions

View file

@ -458,13 +458,13 @@ Two worktrees can share one local server like this:
# worktree A
cd ~/Minecraft/Minecraft-Console-Client
source tools/mcc-env.sh
mc-start 1.21.11
mcc-debug -v 1.21.11 --file-input
mc-start 1.21.11-Vanilla
mcc-debug -v 1.21.11-Vanilla --file-input
# worktree B
cd ~/Minecraft/Minecraft-Console-Client-foo
source tools/mcc-env.sh
mcc-debug -v 1.21.11 --file-input
mcc-debug -v 1.21.11-Vanilla --file-input
# from each worktree, mcc-* targets that worktree's default session
mcc-state