All versions
2.1.0+mc26.1.2
Release
SignPort 2.1.0 for Minecraft 26.1.22 months ago 9
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Changes
- Restored the optional client-side SignPort UX on MC 26.1.2: synced anchor data, portal-sign HUD hints, the anchor browser, sign-editor autocomplete, the SignPort Template form, and the ModMenu/Cloth Config settings entry.
- Added mouse-wheel scrolling to the anchor browser and clamped rendering/clicks to the visible list area.
- Fixed multiplayer client crashes caused by the MC 26.1.2 client entrypoint, keybind, and sign-editor mixin changes.
- Fixed redundant full anchor syncs when players change dimensions.
- Fixed raw coordinate teleports using the wrong dimension context.
- Fixed legacy overworld anchors not loading after upgrading pre-MC-26.1.2 worlds.
- Updated the mod icon, authorship, project links, optional dependency metadata, README, listing descriptions, and BlueMap integration docs.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| signport-2.1.0+mc26.1.2-sources.jar | Unknown | 81.59 KiB |
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:9sAIhwXX:kBEEyP5b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9sAIhwXX:kBEEyP5b"
}

