Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

Facts allow you to query the current state of the player’s minimap.

Available Facts

FactDescription
isVisibletrue if minimap is currently shown.
isFullscreentrue if fullscreen mode is active.
styleLayout style: CIRCLE or SQUARE.
markerCountInteger count of markers currently on the map.
compassDirectionCardinal direction string (N, NW, E, etc.).
biomeName of the current biome shown on map.

Usage

Use the standard Fact Condition to check these values.
condition:
  type: fact_condition
  fact: minimap_fact
  field: isFullscreen
  operator: EQUALS
  value: true