Point of Interest

It has been suggested that this page be merged with Point of Interest format.
 [discuss]
If this merge affects many pages or may potentially be controversial, do not merge the page until a consensus is reached.
This article is missing information about: POIs in Bedrock Edition.
 
Please expand the article to include this information. Further details may exist on the talk page.

Point of interest refers to particularly important blocks in the game. In the game, there is a dedicated space that saves only the location of points of interest, separate from the data for other blocks in the world, allowing quicker access to these points.

It is also sometimes referred to as POI, an abbreviation for point of interest.

Mechanism

Points of interest are used by some entities, items, and blocks. They are saved as mca files in the Level format folders (the folder that stores world data inside the saves folder):

  • poi folder (for the Overworld)
  • DIM-1\poi folder (for the Nether)
  • DIM1\poi folder (for the End)

ID

  • Each point of interest is assigned an ID. The ID does not necessarily match the block's ID; for example, a bed is minecraft:home.
  • The ID saved in the mca files corresponds to the point of interest, and the block's ID is not saved. The IDs are listed in the table below.

free_tickets

  • Each point of interest has a maximum number of entities that can be associated with it at the same time. The maximum number for each point of interest is shown in the table below.
  • The number of available slots is stored in a value called free_tickets for each point of interest. For example, a Bell can be associated with up to 32 Villagers. If twelve Villagers are already associated with it, the value of free_tickets will be twenty. For blocks like the Nether Portal, which cannot be associated with entities, the value is always set to 0.

List of points of interest

ID Block User Max Entity Count Tags
minecraft:armorer Blast Furnace Villager 1 #minecraft:village
#minecraft:acquirable_job_site
minecraft:butcher Smoker
minecraft:cartographer Cartography Table
minecraft:cleric Brewing Stand
minecraft:farmer Composter
minecraft:fisherman Barrel
minecraft:fletcher Fletching Table
minecraft:leatherworker Cauldron
minecraft:librarian Lectern
minecraft:mason Stonecutter
minecraft:shepherd Loom
minecraft:toolsmith Smithing Table
minecraft:weaponsmith Grindstone
minecraft:home Bed[note 1] #minecraft:village
minecraft:meeting Bell 32
minecraft:bee_nest Bee Nest[note 2] Bee 0[note 3] #minecraft:beehome
minecraft:beehive Beehive[note 2]
minecraft:lightning_rod Lightning Rod Lightning 0 None
minecraft:nether_portal Nether Portal Block Nether Portal[note 4]
minecraft:lodestone Lodestone Lodestone Compass
minecraft:test_instance Test Instance Block Unknown
  1. All colors. The coordinates for the head of the bed are saved as the Point of Interest.
  2. a b Bee Nests and Beehives are saved separately.
  3. Bees themselves store the location of Bee Nests and Beehives using the [NBT Compound / JSON Object] hive_pos and do not directly use Points of Interest.
  4. Used when searching for an exit Nether Portal after entering one.

History

Java Edition
1.1419w11aPoints of interest were added.
1.1922w19aThe /locate poi command was added to search for points of interest.
1.21.625w16aAdded the test_instance POI.

Navigation