feat: add 26.1 palette files and new enum values

Add item, block, entity, and entity metadata palettes for Minecraft 26.1.
New enums: GoldenDandelion (item/block), PottedGoldenDandelion (block),
CatSoundVariant, CowSoundVariant, PigSoundVariant, ChickenSoundVariant
(entity metadata). Update gen_entity_metadata_palette.py FIELD_TO_ENUM
mapping for the new sound variant types.

Made-with: Cursor
This commit is contained in:
BruceChen 2026-03-22 17:50:57 +08:00
parent 052993a2c1
commit e3d3a86ac2
8 changed files with 4139 additions and 5 deletions

View file

@ -431,6 +431,7 @@ namespace MinecraftClient.Mapping
Glowstone,
GoldBlock,
GoldOre,
GoldenDandelion,
Granite,
GraniteSlab,
GraniteStairs,
@ -799,6 +800,7 @@ namespace MinecraftClient.Mapping
PottedDeadBush,
PottedFern,
PottedFloweringAzaleaBush,
PottedGoldenDandelion,
PottedJungleSapling,
PottedLilyOfTheValley,
PottedMangrovePropagule,