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>
This commit is contained in:
Reed Pennock 2026-07-02 16:43:44 -05:00
parent e4161af158
commit d1df44aae5
4 changed files with 149 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
{
"version": "26.1-rc-2",
"version": "26.2",
"colors": {
"AcaciaDoor": [
216,
@ -696,6 +696,11 @@
119,
72
],
"ChiseledCinnabar": [
153,
51,
51
],
"ChiseledNetherBricks": [
112,
2,
@ -726,6 +731,11 @@
112,
112
],
"ChiseledSulfur": [
229,
229,
51
],
"ChorusFlower": [
127,
63,
@ -736,6 +746,46 @@
63,
178
],
"Cinnabar": [
153,
51,
51
],
"CinnabarBrickSlab": [
153,
51,
51
],
"CinnabarBrickStairs": [
153,
51,
51
],
"CinnabarBrickWall": [
153,
51,
51
],
"CinnabarBricks": [
153,
51,
51
],
"CinnabarSlab": [
153,
51,
51
],
"CinnabarStairs": [
153,
51,
51
],
"CinnabarWall": [
153,
51,
51
],
"Clay": [
164,
168,
@ -2526,6 +2576,26 @@
25,
25
],
"PolishedCinnabar": [
153,
51,
51
],
"PolishedCinnabarSlab": [
153,
51,
51
],
"PolishedCinnabarStairs": [
153,
51,
51
],
"PolishedCinnabarWall": [
153,
51,
51
],
"PolishedDiorite": [
255,
252,
@ -2536,6 +2606,26 @@
109,
77
],
"PolishedSulfur": [
229,
229,
51
],
"PolishedSulfurSlab": [
229,
229,
51
],
"PolishedSulfurStairs": [
229,
229,
51
],
"PolishedSulfurWall": [
229,
229,
51
],
"Poppy": [
0,
124,
@ -2546,6 +2636,11 @@
124,
0
],
"PotentSulfur": [
250,
238,
77
],
"PowderSnow": [
255,
255,
@ -3121,6 +3216,51 @@
124,
0
],
"Sulfur": [
229,
229,
51
],
"SulfurBrickSlab": [
229,
229,
51
],
"SulfurBrickStairs": [
229,
229,
51
],
"SulfurBrickWall": [
229,
229,
51
],
"SulfurBricks": [
229,
229,
51
],
"SulfurSlab": [
229,
229,
51
],
"SulfurSpike": [
229,
229,
51
],
"SulfurStairs": [
229,
229,
51
],
"SulfurWall": [
229,
229,
51
],
"Sunflower": [
0,
124,
@ -3861,4 +4001,4 @@
150
]
}
}
}

View file

@ -1,5 +1,5 @@
{
"version": "26.1-rc-2",
"version": "26.2",
"hostile": [
"Blaze",
"Bogged",
@ -30,6 +30,7 @@
"Skeleton",
"Slime",
"Stray",
"SulfurCube",
"Vex",
"Vindicator",
"Warden",
@ -164,4 +165,4 @@
"WindCharge",
"WitherSkull"
]
}
}