Add Minecraft Java Edition 1.21.5–1.21.11 support#1
Merged
Praveenkumar801 merged 4 commits intoFeb 20, 2026
Conversation
Co-authored-by: Praveenkumar801 <[email protected]>
Co-authored-by: Praveenkumar801 <[email protected]>
Co-authored-by: Praveenkumar801 <[email protected]>
Copilot
AI
changed the title
[WIP] Update to support latest Minecraft version
Add Minecraft Java Edition 1.21.5–1.21.11 support
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cubiomes had a
MC_1_21_WDplaceholder for the "Winter Drop" update (now released as 1.21.4), and no support for 1.21.5–1.21.11. The key behavioural change in 1.21.5+ is that Pale Garden biomes generate more frequently and over a wider weirdness range.Version enum (
biomes.h)MC_1_21_WD→MC_1_21_4(aliasMC_1_21_WDkept for backwards compat)MC_1_21_5andMC_1_21_11 = MC_1_21_5(1.21.5–1.21.11 share the same biome tree)MC_1_21andMC_NEWESTnow point toMC_1_21_5New biome tree (
tables/btree215.h)New binary-encoded biome parameter search tree for 1.21.5+, derived from the official Minecraft data generator (
1.21.11.jar). Pale Garden has an unrestricted weirdness range vs. the[2666, IMAX]constraint in 1.21.4.Biome tree selection (
biomenoise.c)climateToBiome()now selectsbtree215formc >= MC_1_21_5, falling through tobtree21wdfor 1.21.4:Biome parameter limits (
finders.c)Added
g_biome_para_range_215_diffwith the expanded Pale Garden weirdness range (IMIN, IMAXinstead of2666, IMAX).getBiomeParaLimits()checks this table first formc > MC_1_21_WD.Version string handling (
util.c)mc2str(MC_1_21_5)→"1.21.11"(reports newest patch in the range)str2mc()accepts"1.21.11","1.21.5","1.21.4", and"1.21 WD"Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
en.wikipedia.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)minecraft.fandom.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)minecraft.wiki/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.