
🧭 Looter's Compass
This mod makes it much easier to find loot containers created by the Lootr modification. Now you'll never miss valuable finds nearby!
What's New in This Mod?
The mod introduces a special item called Looter's Compass. This compass points to the nearest loot containers from the Lootr mod that haven't been opened yet by the player.
By default, the compass scans an area within a 64-block radius horizontally and 16 blocks vertically (these parameters can be changed in settings). It works with all types of Lootr containers: chests, barrels, shulker boxes, minecarts with chests, and others.
If there are no unopened containers nearby, the compass will show a waiting animation. Container searching happens on the client side, which completely eliminates any negative impact on server performance.
Configuration Settings
Client Settings
The client configuration file is located at .minecraft/config/looters_compass-client.toml
and contains the following options:
Option | Description | Default Value |
---|---|---|
search_frequency |
Frequency of searching for loot containers (in ticks) | 20 |
Common Settings
The common configuration file is located:
Client | Server |
---|---|
.minecraft/config/looters_compass-common.toml |
<server_folder>/config/looters_compass-common.toml |
Available options:
Option | Description | Default Value |
---|---|---|
add_to_centennial_advancement_rewards |
Whether to add Looter's Compass to the reward for the "Centennial" achievement in Lootr mod (when player opens 100th container) | false |
disable_recipe |
Whether to disable the compass crafting recipe | false |
Server Settings
The server configuration file is located:
Client | Server |
---|---|
.minecraft/saves/<world_name>/serverconfig/looters_compass-server.toml |
<server_folder>/world/serverconfig/looters_compass-server.toml |
Contains the following parameters:
Option | Description | Default Value |
---|---|---|
search_radius_horizontal |
Horizontal search radius for containers (in blocks) | 64 |
search_radius_vertical |
Vertical search radius for containers (in blocks) | 16 |
Tips for Modpack Creators
To encourage world exploration in the early stages of the game, it's recommended to disable the Looter's Compass crafting recipe through configuration settings or using tools like KubeJS. You can then add a quest that rewards the player with the compass after obtaining the "Centennial" achievement from Lootr (which requires opening 100 containers), or simply enable the corresponding option in settings for automatic compass distribution when this achievement is obtained.