![]() |
VOOZH | about |
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.
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):
minecraft:home.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.| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.14 | 19w11a | Points of interest were added. | |||||
| 1.19 | 22w19a | The /locate poi command was added to search for points of interest. | |||||
| 1.21.6 | 25w16a | Added the test_instance POI. | |||||