mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
refactor: update MCC commands and documentation to use version 1.21.11-Vanilla for consistency across workflows
This commit is contained in:
parent
f0b79d5f9c
commit
2b8a8113f5
14 changed files with 1114 additions and 51 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue