All versions
1.3.1+mc1.20.1
Release
BetterWaystonesMenu Fork 1.3.1+mc1.20.12 months ago 473
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
English Version:
π UI/UX Improvements:
Overhauled the main UI layout, unifying the width and alignment of the search bar, dimension filter, and waystone list for a cleaner look.
Moved the "Favorite Star (β
)" to the far left of the waystone button to permanently prevent it from overlapping with the distance text (e.g., "8m").
Fixed the abruptly cut-off background shadow rendering of the top "Current Waystone" heading.
Perfectly aligned the "Rename" button with the "Sort" button below it.
Adjusted the scrollbar to flush perfectly with the right edge of the list buttons, eliminating awkward gaps.
π Bug Fixes & Interactions:
[Critical] Fixed a bug where the "Current Waystone" was completely disabled, preventing players from favoriting their current location.
Fixed a click event collision where clicking the favorite star would simultaneously trigger the teleport action (hitboxes are now separated).
Fixed a bug where the favorite star was not rendering in the "Rearrange" screen.
In the "Rearrange" screen, players can now click the left star to toggle favorites directly, without interfering with the drag-and-drop sorting logic.
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:bMwaYCNI:KzniC0DB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bMwaYCNI:KzniC0DB"
}

