Skip to content

docs: add ChunkBlock and TradeWinds to the homepage and game mode indexes - #92

Merged
tastybento merged 2 commits into
masterfrom
docs/chunkblock-tradewinds-homepage
Aug 12, 2026
Merged

docs: add ChunkBlock and TradeWinds to the homepage and game mode indexes#92
tastybento merged 2 commits into
masterfrom
docs/chunkblock-tradewinds-homepage

Conversation

@tastybento

Copy link
Copy Markdown
Member

Both ChunkBlock (#89, #90) and TradeWinds (#87, #88) have full documentation sections and nav entries, but neither was reachable from any page that enumerates game modes — including the homepage. A visitor landing on docs.bentobox.world sees eight game modes and has no hint the other two exist.

This wires both into every such page.

Homepage (docs/index.md)

  • Added to the hero paragraph and the "Pick a game mode" step card
  • A mode card each in the game modes grid — ChunkBlock sits next to AOneBlock (shared magic-block engine), TradeWinds at the end
  • Game-modes stat bumped 8 → 10

Choosing a Game Mode (gamemodes/Comparison.md)

  • Quick-comparison rows for both
  • A "Which should I choose?" entry each
  • Both added as columns in the feature-support table

ChunkBlock's cells follow the addon's own config and docs:

  • Level addon ⚠️required, not merely supported; island level is the currency for claiming chunks and ChunkBlock disables itself if Level is absent
  • Nether / End ⚠️ — both generate off by default; enabling either gives it its own centre chunk under the same level-driven claim rules
  • Border addon ✅ — compatible; it draws the island protection limit while ChunkBlock draws the chunk frontier inside it

TradeWinds keeps the footnote from #87 covering the Interstice, the deliberate absence of an End world, and the Vault requirement.

Other index pages

Page Added
About/GameModes.md A full description section for each, in the house format
About/Addons.md Rows in the game mode addons table
Translate-BentoBox-and-addons.md Links to each mode's translations anchor

Verification

mkdocs build completes with exit 0 and the built site/index.html and site/gamemodes/Comparison/index.html contain the new entries. All eight rows of the feature-support table have matching column counts.

--strict aborts, but only on eight pre-existing translations(): GitHub listing returned 403 warnings — the macro hitting the unauthenticated rate limit on this machine. Unrelated to these changes; a build host with GITHUB_TOKEN set will not see them.

🤖 Generated with Claude Code

https://claude.ai/code/session_01NbnUebf6zh8aW9UmoBv7h6

tastybento and others added 2 commits August 9, 2026 12:22
…ences

The TradeWinds section landed in #87 but was only reachable from the nav.
This links it from every page that enumerates game modes:

- Homepage: add it to the hero list and the "pick a game mode" step, add a
  mode card, and bump the game-modes stat from 8 to 9.
- Comparison: add the quick-comparison row, a "I want an economy-driven
  trading game" entry, and a TradeWinds column in the feature-support table.
  The column follows the addon's own addon.yml, which soft-depends on
  Border, Level, Challenges, Visit and Warps. Nether and End are marked
  unsupported with a footnote covering the Interstice, the deliberate
  absence of an End world, and the Vault requirement.
- GameModes: add a "TradeWinds - Sea Trading" section in the house format.
- Addons: add the row to the game mode addons table.
- Translate: add the link to its translations anchor.

Verified with mkdocs build; no new warnings.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SeaqBgxyoXjLv6CZnSGErV
…ences

The ChunkBlock section landed in #90 but was only reachable from the nav.
This links it from every page that enumerates game modes:

- Homepage: add it to the hero list and the "pick a game mode" step, add a
  mode card next to AOneBlock, and bump the game-modes stat from 9 to 10.
- Comparison: add the quick-comparison row, an "I want the one-block loop
  with a reason to keep levelling" entry, and a ChunkBlock column in the
  feature-support table. Level is marked as required and the Nether/End
  cells note that both are generated off by default, per the addon's own
  config.
- GameModes: add a "ChunkBlock - One Block in a Walled Chunk" section in
  the house format.
- Addons: add the row to the game mode addons table.
- Translate: add the link to its translations anchor.

Verified with mkdocs build; the only warnings are pre-existing GitHub
rate-limit 403s from the translations macro.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NbnUebf6zh8aW9UmoBv7h6
@tastybento
tastybento merged commit b2581ae into master Aug 12, 2026
1 check was pending
@tastybento
tastybento deleted the docs/chunkblock-tradewinds-homepage branch August 12, 2026 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant