File Details
structurecredits-1.20.1-4.0-fabric.jar
- R
- Nov 18, 2025
- 84.65 KB
- 59.0K
- 1.20.1
- Fabric
File Name
structurecredits-1.20.1-4.0-fabric.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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"
]
}

