Update data pack to Minecraft 1.21.5#2
Merged
tastybento merged 3 commits intodevelopfrom Mar 14, 2026
Merged
Conversation
Breaking fixes (1.20.5+): - pack.mcmeta: bump pack_format 15 → 71 - tropical_aquarist: replace NBT predicates with minecraft:bucket_entity_data component predicates - all_enchantments + 11 other files: namespace all enchantment IDs with minecraft: prefix - perfect_sword + all_enchantments: rename sweeping → sweeping_edge - all_enchantments: add wind_burst, breach, density enchantments (and book criteria) New content (1.20–1.21.5): - biomes_explore_all: add cherry_grove, pale_garden - woods tag: add cherry_wood - normal_logs tag: add cherry_log, bamboo_block - all_stairs: add cherry, bamboo, bamboo_mosaic, tuff_brick, polished_tuff, resin_brick - all_slabs: add cherry, bamboo, bamboo_mosaic, tuff_brick, polished_tuff, resin_brick - all_walls: add tuff, polished_tuff, tuff_brick, resin_brick - New advancements: armadillo, wolf_armor, mace, breeze, bogged, crafter, copper_bulb, trial_chamber Cosmetic fixes (Part 3): - 8 advancement icons: replace nbt enchantment glow with components format Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- actions/checkout v3 → v4 - actions/setup-go v4 → v5, Go 1.20 → 1.22 - actions/cache v3 → v4 - actions/setup-python v4 → v5, Python 3.10 → 3.12 - Schema cache key now rotates weekly (date +%Y-%U) so schemas auto-refresh rather than being stale indefinitely - Schema fetch is now conditional on cache miss (was always running, making the cache pointless) - curl uses -fsSL so fetch failures are caught rather than silently producing empty schema files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The schemastore minecraft-tag.json schema now requires resource locations to match '^[a-z0-9_.-]+:[a-z0-9_.-]+', rejecting bare names like 'oak_log' or '#frog_food'. Fix all 63 failing tag files by adding the minecraft: namespace to every unqualified value and #unqualified tag reference. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
pack_format15 → 71 to target Minecraft 1.21.5tropical_aquaristadvancement (1.20.5 breaking change): replaced"nbt": "{BucketVariantTag:...}"item predicates with"predicates": {"minecraft:bucket_entity_data": {"Variant": ...}}in all 22 fish criteriaminecraft:namespace prefix to all enchantment IDs across 12 files; renamedsweeping→sweeping_edgewind_burst,breach,densitytoall_enchantmentscherry_grove,pale_gardeninbiomes_explore_allcherry_wood,cherry_log,bamboo_blockin item tagsnbttocomponentsformatTest plan
yajsvand run CI validation locally perCLAUDE.mdtropical_aquaristtriggers when catching tropical fish variantsall_enchantments,perfect_sword)cherry_groveandpale_gardenbiomes to confirmbiomes_explore_allprogresses🤖 Generated with Claude Code