mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
052993a2c1
commit
e3d3a86ac2
8 changed files with 4139 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue