Tags
Creators
Details
All versions
26.1.2.7+fabric-26.1.2
Release
26.1.2.7+fabric-26.1.2last month 10.5K
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- Added a scrollable waystone list, replacing the previous pagination system
- Added personal aliases for waystones
- There is a "Personal Settings" button that allows assigning an alias
- This is useful for multiplayer cases where others have used names that are too generic
- Added group filters to the waystone selection screen
- This includes inbuilt groups like "Global Waystones", "Favorites", and a group for each dimension
- You can also create custom groups, assigning an icon and a text color; groups are personal and not shared
- The first five groups will be available as filters on the waystone selection screen
- You can reorder groups or hide/show inbuilt ones to customize what filters are shown
- Added "Favorites" - a checkbox in a waystone's Personal Settings that will add it to the inbuilt Favorites group
- Added a "Sort" button to the waystone selection, cycling between Manual, Alphabetic, and Distance
- Added a separate "Manage Waystones" screen, allowing drag-drop rearranging of the waystone list
- Deletion has been moved to this screen as well
- Added a small dimension button overlay for Nether and End waystones to the selection list
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:LOpKHB2A:O0cNtogH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LOpKHB2A:O0cNtogH"
}

