Minecraft-Console-Client/MinecraftClient/Tui
Reed Pennock d1df44aae5 chore: Update physics shapes, minimap data and version table for 26.2
- BlockShapeData.json: add the 28 new sulfur/cinnabar blocks by copying
  shape entries from analogous blocks (stone, stone_slab, stone_stairs,
  stone_brick_wall, pointed_dripstone); state counts verified against the
  26.2 server blocks.json. PrismarineJS minecraft-data has no 26.x data
  yet, so these should be regenerated once it does.
- MinimapBlockColors.json: add new blocks with MapColor values taken from
  the decompiled 26.2 Blocks.java (COLOR_YELLOW / GOLD / COLOR_RED).
  Merged by hand because gen_block_color_map.py cannot parse the new
  BlockItemIds-based registration format yet.
- MinimapEntityCategories.json: add SulfurCube as hostile
  (MobCategory.MONSTER in EntityTypes.java, which now holds entity
  registrations instead of EntityType.java).
- AGENTS.md: add the 26.2 row to the version support table.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 16:43:44 -05:00
..
BookTuiHost.cs Fix TUI book controls 2026-05-03 20:12:52 +02:00
BrewingStandView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
ContainerViewBase.cs refactor: Replace TextBlock creation with McColorParser for improved text rendering in chat display 2026-04-06 00:35:15 +08:00
ContainerViewModel.cs TUI support for more container 2026-03-28 02:18:11 +08:00
CraftingView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
DialogTuiHost.cs Messaging improvements + Added auto show dialogs in classic console mode 2026-06-14 02:28:13 +02:00
EnchantingTableView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
FurnaceView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
GridContainerView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
GrindstoneView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
HopperView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
IconGridBuilder.cs Add icon banner display option and refactor startup banner logic 2026-03-31 00:03:29 +08:00
InventoryApp.cs TUI support for more container 2026-03-28 02:18:11 +08:00
InventoryMainView.cs TUI support for more container 2026-03-28 02:18:11 +08:00
InventoryTuiHost.cs TUI support for more container 2026-03-28 02:18:11 +08:00
InventoryViewModel.cs TUI support for more container 2026-03-28 02:18:11 +08:00
MainTuiView.cs Dialog System First iteration, not tested 2026-06-13 23:59:44 +02:00
MapOverlay.cs fix: Update zoom display in MapOverlay to show one decimal place for improved readability 2026-04-05 18:11:05 +08:00
MccBannerPanelBuilder.cs fix: update GitHub link in MccBannerPanelBuilder 2026-04-06 20:36:12 +08:00
McColorParser.cs fix: Support hex RGB colors (#RRGGBB) in chat messages (fixes #2054) 2026-04-06 01:19:19 +08:00
MccTuiApp.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
MinimapBlockColors.json chore: Update physics shapes, minimap data and version table for 26.2 2026-07-02 16:43:44 -05:00
MinimapColorMap.cs Cave mode for minimap 2026-03-31 01:28:24 +08:00
MinimapControl.cs Cave mode for minimap 2026-03-31 01:28:24 +08:00
MinimapEntityCategories.json chore: Update physics shapes, minimap data and version table for 26.2 2026-07-02 16:43:44 -05:00
MinimapEntityClassifier.cs Minimap support 2026-03-29 19:53:50 +08:00
ServerStatusPanelBuilder.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
SlotViewModel.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
TabListOverlay.cs Added a /tab command 2026-04-04 16:17:49 +02:00
TuiConsoleBackend.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
TuiTooltipService.cs Add tooltip service and integrate with MinimapControl 2026-03-29 19:53:50 +08:00