Minecraft-Console-Client/docs
BruceChen 418f17b4a1 pathing: add side-wall theory, full-coverage parkour test suite, and live test fixes
Theory simulator:
- Add 2D side-wall jump physics with yaw sweep for worst-case margin
- Generate sidewall theory cases (flat/ascend/descend, wall_offset 0/1)
- Add momentum-capabilities.json with band compression and max_reach
- Extend models, capabilities, canonical, and renderers for sidewall

Full-coverage parkour test suite (tools/test-parkour.py):
- Derive test matrix from momentum-capabilities.json
- Build linear/neo/ceiling courses via RCON with 7-block clear margin
- Use /goto for pathfinding, parse A* and PathMgr log output
- Stop-at-first-failure per (family, subfamily, dy, ceil, wo) group
- Hierarchical --filter (e.g. linear/flat, ceiling/headhitter/ceil2.5)
- Exclude sidewall from default matrix (identical max_reach to linear)

Pathing execution fixes:
- Align parkour contracts and timing budgets with live test results
- Fix jump-entry yaw snapping for grounded handoffs
- Template helper and sprint jump template refinements

Made-with: Cursor
2026-04-15 17:52:47 +00:00
..
.vuepress fix: update translation links for help section across multiple languages 2026-04-08 22:38:37 +08:00
guide pathing: add side-wall theory, full-coverage parkour test suite, and live test fixes 2026-04-15 17:52:47 +00:00
superpowers pathing: add side-wall theory, full-coverage parkour test suite, and live test fixes 2026-04-15 17:52:47 +00:00
package.json Added AI Assisted development documentation. Updated Vuepress to the latest version. Added SEO and Sitemap plugins to Vuepress. 2026-03-22 14:29:02 +01:00
README.md Updated the latest version to: 26.1. Fixed Warning, Tip and info blocks not-rendering properly. Updated Physics section to be up to date. Fixed a formatting error on the Installation page. 2026-03-22 16:29:14 +01:00
yarn.lock Bump lodash from 4.17.23 to 4.18.1 in /docs 2026-04-03 18:53:12 +00:00

title home heroImage tagline actions actionText actionLink features footer
Home true /images/MCC_logo_with_edge.png Minecraft Console Client (MCC) is a lightweight open-source Minecraft Java client implemented in C#
text link type
Installation ./guide/installation.md primary
text link type
Learn More → ./guide/ secondary
title details
Chat Chat with other people on the server
title details
Automation Create bots to do automated tasks
title details
Supported Versions 1.4.6 - 26.1
Made by MCC Team with ❤️