mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
MC 1.21.9 changed how some items and blocks are registered — 24 block items (copper bars/chains/lanterns variants, potted azalea renames) and additional blocks are now registered outside of Items.java/Blocks.java field declarations, making the previous source-field-order-based palette generation produce incorrect protocol IDs. Regenerated ItemPalette1219.cs using server registries.json (1488 items, up from 1464) and Palette1219.cs using blocks.json (1166 blocks with correct state IDs). Added 37 new enum values to ItemType.cs (35 new + DryShortGrass/DryTallGrass for backward compat) and 9 new values to Material.cs. Verified all item/block/entity identification against a 1.21.10 server. Made-with: Cursor |
||
|---|---|---|
| .. | ||
| ItemPalettes | ||
| BookPage.cs | ||
| Container.cs | ||
| ContainerExtensions.cs | ||
| ContainerType.cs | ||
| ContainerTypeExtensions.cs | ||
| Effects.cs | ||
| Enchantment.cs | ||
| EnchantmentData.cs | ||
| EnchantmentMapping.cs | ||
| EnchantmentPropertyInfo.cs | ||
| Enchantments.cs | ||
| Hand.cs | ||
| Item.cs | ||
| ItemMovingHelper.cs | ||
| ItemRarity.cs | ||
| ItemType.cs | ||
| ItemTypeExtensions.cs | ||
| SuspiciousStewEffect.cs | ||
| TrimAssetOverride.cs | ||
| VillagerInfo.cs | ||
| VillagerTrade.cs | ||
| WindowActionType.cs | ||