Structures' Compass

Structures' Compass

5M Downloads

Structures' Compass

GitHub Gradle CI

Structures' Compass a Minecraft Forge mod allows player to quickly locate a specific structure.

This mod is inspired by Nature's Compass, and part of our code is from their mod.

Need a server to play with friends? Don't know how to set up one? Just rent already configured server! Banner Click on the picture above, select plan, use our code FishToucher to get 25% off your first month and enjoy playing with your friends!

Features

  • Sneak + right click with the compass in hand to open the searching GUI.
  • Search structure's name directly
  • Search structure's source by starting with '@'
  • Search structure's available dimensions by starting with '#'
  • Right click to search the selected structure again.
  • When the compass is not pointing at a structure, or the structure is in another dimension, it will point at random position, just like the normal compass in the Nether or the End.
  • The compass supports all registered structures (vanilla and modded).
  • v1.3.0 Structures can be filtered through the configuration file by using whitelist mode or blacklist mode (both support using "*" as wild card)

Images

GUI The GUI for searing structures

HUD The HUD for displaying the information of a found structure

Recipe

Recipe

4 of any dead coral at 4 corners, 4 of mossy stone bricks at 4 edges and 1 compass at the center

We think the compass is too op, so we increase the crafting difficulty to balance it.

Further Development

We're too busy to develop, so we just list some possibilities

  • Port to another version like 1.12.2 (abandoned)
  • Port to Fabric (done)

Contribute

Structures and dimensions don't have localized names by default. If you see something like structure.[modid].[name] in the GUI or HUD, that essentially means there is not localized name for it. If you would like to add translations, create corresponding JSON files under resources/assets/[modid]/lang/ and send Pull requests to us on GitHub. We've put zh_cn translations of structures and dimensions in vanilla Minecraft there as a template, and your translations should also follow the same style. json { "dimension.minecraft.overworld": "Overworld", "structure.minecraft.bastion_remnant": "Bastion Remnant" }

License

As stated in the introduction, part of our code is from Nature's Compass, which is under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License and we've annotated it in the doc string. Because CC BY-NC-SA 4.0 is not a software license, we choose GNU General Public License 3.0 for other parts of the code to discourage commercial usage.