promotional bannermobile promotional banner

Structure Credits

Automatically displays the name and mod source of any structure upon entry
Back to Files

structurecredits-1.20.1-4.0-forge.jar

File namestructurecredits-1.20.1-4.0-forge.jar
Uploader
ECarrasconECarrascon
Uploaded
Nov 18, 2025
Downloads
1.1M
Size
85.3 KB
Mod Loaders
Forge
File ID
7236128
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:structure-credits-978217:7236128")

Learn more about Curse Maven

What's new

Complete rework of the display-message system. it’s now cleaner, prettier, and much more configurable.

BEHAVIOR & DEFAULTS
requireDifferentStructure (default: true)
  When true, the message for a structure only appears after visiting a different structure first.
  So if true you cannot leave and enter the same structure to read the message again. I recommend leaving this as true always if you are a modpack developer

continuousDisplay (default: false)
  When true, the message stays visible the entire time you're inside the structure.

autoCalculateDuration (default: true)
  Automatically determines how long the message should display based on text length.

DURATION
displayDuration
  Used only when autoCalculateDuration = false.

APPEARANCE & LAYOUT

  •  textSize
      Font size of the displayed message.
  •  labelColor
      Color used for labels such as “welcome:” and “by:”.
  • nameColor
      Color used for the mod/structure name.
  • displayPosition
      Position of the message:
      TOP_LEFT, TOP_CENTER, TOP_RIGHT,
      CENTER,
      BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
  • displayOffset
      Offset of the displayed message from the chosen anchor position.
{
"active": true,
"showOnlyOneTime": true,
"chatMessage": false,
"showCreator": true,
"requireDifferentStructure": true,
"continuousDisplay": false,
"autoCalculateDuration": true,
"textSize": 1.0,
"labelColor": 11184810,
"nameColor": 16777215,
"displayDuration": 60,
"displayPosition": "BOTTOM_CENTER",
"displayOffsetX": 0,
"displayOffsetY": 40,
"customStructureName": {
"minecraft:swamp_hut": "a_cat:cat_hut"
},
"dontShowAll": [
"minecraft:",
"dimdungeons:"
],
"dontShow": [
"minecraft:plains_village",
"minecraft:desert_village"
]
}

This mod has no additional files