verify pass 3: FML token correction + BungeeGuard/cmd-providers from live source

archive.org Wayback was network-blocked; pivoted to live GitHub. Key fix: FML
host token is \0FML\0 (not \0FML2/3\0 — those are FMLNETVERSION ints on the
fml:handshake channel); modern Forge uses \0FORGE/\0FORGEn. Confirmed BungeeGuard
backend token check (lucko source), 4 cmd suggestion providers, 26.2 interval_select
worldgen-only, corrected 1.14 villager metadata layout.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
claude-timemachine
2026-06-19 19:26:37 +02:00
parent 02a249a379
commit cf6aa978d0
7 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ Known values:
- `minecraft:available_sounds` — client fills from the sound registry
- `minecraft:summonable_entities` — client fills from entity type registry
<!-- UNCONFIRMED: whether additional built-in suggestion providers exist beyond these four; wiki.vg lists these as the documented set -->
<!-- Confirmed: exactly four built-in suggestion providers. minecraft.wiki (via wiki.vg merge, https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Command_Data) lists these four and notes "If the provided suggestion type is not recognized by Notchian client, it will use minecraft:ask_server." No others documented. -->
---