mc1.20.1-1.5
Compatibility
Required content
Changes
1.5 - 2026-05-26 (26.05.2026)
Additions
- Added Visualization Settings to the Display Link Interface:
- Center Text:
the displayed text will be center-aligned on the Board; - Mark Truncation with Ellipsis:
in case of the displayed text not fitting onto the Board and getting truncated, its last visible character will be replaced with ellipsis (…);
- Center Text:
Currently, those options are available only for single line display sources and only for Display Boards as Target Displays (expanded support for both the sources and the targets is in the works).
Improvements
- Massively improved - revamped from the ground-up, to be precise - the core architecture of the flap display sections assembly, thanks to which all the flap cycling animations now look how they were supposed to.
Fixes
- Fixed progress bars rendering incorrectly when used with placeholders (being the mod's oldest issue) thanks to the abovementioned rework (#1);
- Fixed crashing on dedicated server (#14) thanks to a Pull Request (#19) by @Flinkpfote;
- Fixed crashing on opening the Types of Copiable Display Link Properties ponder scene (#15);
- Fixed some formats of Mechanical Piston Extension State display source being incorrectly transposed (#16);
- Fixed visual glitching of Guide Buttons in the Display Link Interface when scrolling through available sources.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:n0AbAYWj:4kPXplAN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n0AbAYWj:4kPXplAN"
}


