Structure Credits | Fabric Version
Automatic Structure Identification in Minecraft
This mod automatically displays the name and source of origin for any structure you enter, providing easy recognition and proper credit to mod creators.
The mod seamlessly integrates with structures from other mods, ensuring full compatibility.

Message Display Configuration
If you want messages to appear for vanilla Minecraft structures as well, open the configuration .json file and delete the lines starting with "minecraft:".
Frequently Asked Questions
Question: Won't this be annoying?
Answer: I've done everything possible to make it non-annoying, but if it bothers you: check the configuration settings and assigned keybinds. For example, the "Never Show This Structure Again" feature will be very helpful if you live in a particular structure.

OR there's an excellent setting (disabled by default) that allows you to see the structure message only once. After the first visit to a structure, you'll never see that message again. To activate this feature, go to the configuration folder, open the mod's .json file, and change "showOnlyOneTime" to true.
Question: Can I suggest something?
Answer: Please, yes!
Question: Can I add this to my modpack?
Answer: Of course!
How to Use Configuration Settings
Go to the configuration folder, open the structurecredits-config.json file, and you'll see the following:
{
"active": true,
"showOnlyOneTime": false,
"cooldown": 30,
"dontShowAll": [
"minecraft:",
"dimdungeons:"
],
"dontShow": [
"minecraft:plains_village",
"minecraft:desert_village"
]
}
The cooldown parameter (in seconds) determines the period during which the message won't appear again after exiting a structure.
Additionally, there's an in-game keybind assignment that can be set to disable all messages.
