Files
minecraft-builder-mcp/docs/references/shacraft-terrain-heightmap.json
T
Emil 89c53d7058 Expand material support and checkpoint the completed building toolkit
Expose the runtime block/item registry through compact material search and
single-material descriptions. Preserve private block-entity data through
checked edits and durable undo without sending payloads to model context.

Include the completed terrain tools, isolated world/map plugin, station lift,
ACP streaming and guidance fixes, local camera auto-connect, construction
scripts, and their public documentation, references and verification records.
Active station decoration and private runtime data remain outside this commit.

Validation: 145 Maven tests, 47 Bridge tests, successful camera Gradle build,
and isolated Paper verification of all 1,196 block defaults plus 5,392
independent property cases for placement, same-material edits and restoration.
2026-09-13 16:59:13 +03:00

35 lines
981 B
JSON

{
"note": "Target surface only; no live world reads. Bounds clip writes, not height calculations. Cache holds 32 recipes until restart; save the recipe to regenerate the same ID.",
"world_verified": false,
"tile_budget": 4096,
"sampled_height_min": -43,
"tile_count": 27648,
"mode": "sculpt",
"status": "completed",
"tile_order": "x_then_z_then_y",
"tile_edge": 16,
"bounds": {
"worldId": "terrain",
"min": {
"x": -384,
"y": -48,
"z": -384
},
"max": {
"x": 383,
"y": 143,
"z": 383
}
},
"sampled_height_max": 139,
"terrain_id": "5f0c33cd7152806995906c6b9ee51024ddbe90c5e7f6585e653552df2f4aabf8",
"sample_grid": {
"height": 256,
"width": 256
},
"legend": "Dark green \u003d low; pale stone \u003d high; pink \u003d preserved at sampled surface",
"kind": "terrain_heightmap_preview",
"clipped_samples": 0,
"mimeType": "image/png",
"orientation": "north (-Z) up; east (+X) right"
}