Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 2 weeks ago
All versions
3.0.7+MC1.19.2
Release
Wraith Waystones 3.0.7 - MC1.19.23 years ago 19.3K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Backported everything from 1.19.3:
- Fixed crash with JourneyMap with empty Waystone names
- Fixed Local Void animation breaking after 1st use
- Added recipe advancements and better recipe book integration (thanks Leeo97one)
- Some Waystone screen QoL improvements (thanks gliscowo)
- Added Ukrainian translations (thanks Altegar)
- Added Japanese translations (thanks PExPE3)
- Made it so that players get unmounted from the mob they're riding (if any) when teleporting
- Added toggle button for the search autoselect
- Potentially fixed some TPS issues when teleporting
- Fixed the wrong Waystone button being clicked when clicking on the edge of 2 buttons
- Made it so that the search filter type gets saved when closing the Waystone GUI
- Added a new search option: "subsequence search", which filters out Waystone names as long as all the letters of the original search are found (in the same order, with any other letters inbetween)
- Fixed Waystones taking forever to break and not dropping anything
- Added config option for generated Waystones (eg. village Waystones) to not be breakable
- Shift-hovering over Waystone names now shows the dimension they're in
- Both the top and bottom part of the Waystone should now be selectable in spectator mode
Technical:
- Exposed some fields in WaystoneStorage (for easier mod compat)
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:sTZr7NVo:tJBTqc3E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sTZr7NVo:tJBTqc3E"
}

