mc-map-update

Updates Minecraft SpatialMap with observed block data and coordinates.

10|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/bdambrosio/Cognitive_workbench --skill mc-map-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mc-map-update
Source: https://github.com/bdambrosio/Cognitive_workbench/tree/main/src/world-tools/minecraft/mc-map-update
Command: npx skills add https://github.com/bdambrosio/Cognitive_workbench --skill mc-map-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill converts ephemeral observation data from Minecraft into persistent spatial memory, updating a cell-based SpatialMap for future queries and planning.

Core Features & Use Cases

  • Persistent Spatial Memory: Stores observed block data in a structured format.
  • Automatic Observation: Can invoke mc-observe internally if no observation is provided.
  • Coordinate Handling: Extracts and rounds coordinates from observations or queries mc-status as a fallback.
  • Use Case: After exploring a new area in Minecraft, use this Skill to automatically map the blocks you've seen, creating a persistent record of the environment for navigation and resource management.

Quick Start

Use the mc-map-update skill to update the spatial map with your current surroundings.

Frequently Asked Questions about mc-map-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save Minecraft block observations to a persistent spatial map?

A spatial map in Minecraft stores observed block data in a structured, cell-based format for future queries and planning. It organizes environmental details like support, surface, hazards, and resources into a persistent spatial memory record.

How do I record Minecraft environment hazards and resources for later navigation?

To record Minecraft environment hazards and resources for later navigation, update your spatial map with observation data. The system categorizes block information into support, surface, hazards, and resources, building a persistent record for future navigation and resource management.

Can I update my Minecraft spatial map if I don't have current observation data?

Yes, you can update your Minecraft spatial map without direct observation data. The system can automatically invoke an internal observation command to gather environmental data, or fall back to querying agent position status to handle coordinate extraction.

How does coordinate extraction work when mapping a Minecraft spatial environment?

Coordinate extraction for mapping a Minecraft spatial environment works by pulling and rounding coordinates from provided observation data. If no observation is available, it falls back to querying the current agent position status to determine the correct cell location.

What are the limitations of using a cell-based spatial map for Minecraft exploration?

The limitation of a cell-based spatial map for Minecraft exploration is that it relies on ephemeral observations converted into persistent memory. It requires coordinate rounding, meaning spatial precision is bounded by cell size, and it depends on fallback status queries when observation data is missing.