Download Structure Credits — Minecraft Mods — MetaMods
Structure Credits

Structure Credits

Active

Downloads

0

Last update

4 months ago

Versions

1.20.1 — 1.21.1
Client and server
Fabric
Forge
Neoforge
Adventure
Game mechanics
Utils

Structure Credits

This mod automatically displays the name and source of creation for any structure you enter in Minecraft. This helps easily identify which mod the structure belongs to and gives proper credit to their creators.

Mod demonstration

Main Features

Automatic Structure Detection - works with any structures, including those added by other mods. High-level compatibility is ensured.

One-Time Notification - by default, structure messages are shown only once, which doesn't interfere with gameplay, especially if your base is inside a structure.

Name Customization - you can change structure names according to your preferences:

"customStructureName": {
  "minecraft:swamp_hut": "a_cat:cat_hut"
}

Name change example

Frequently Asked Questions

Question: Won't this be annoying?

Answer: The mod is designed to minimize annoyance. Messages are shown only once per structure. If you live in a structure, the message will appear only upon first entry.

Question: Can I disable messages for vanilla structures?

Answer: Yes, to do this, you need to delete lines starting with "minecraft:" in the configuration .json file.

Configuration Settings

The structurecredits-config.json configuration file contains the following parameters:

{
  "active": true,
  "showOnlyOneTime": true,
  "chatMessage": false,
  "customStructureName": {
    "minecraft:swamp_hut": "a_cat:cat_hut"
  },
  "dontShowAll": [
    "minecraft:",
    "dimdungeons:"
  ],
  "dontShow": [
    "minecraft:plains_village",
    "minecraft:desert_village"
  ]
}

Also available is an in-game keybind for quickly disabling all messages.

Hotkey settings

Compatibility

The mod is fully compatible with Dimensional Dungeons. Messages will be displayed only in custom rooms if "dimdungeons:" is specified in the "dontShowAll" settings (recommended default configuration). When creating new custom rooms, remember: the package name is displayed as "By: X", and the structure name as "Welcome to: X".

Project members
ECarrascon

ECarrascon

Developer

Created: 27 Feb 2024

ID: 8134