Tags
Creators
Details
All versions
21.1.36+fabric-1.21.1
Release
21.1.36+fabric-1.21.1last month 205.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added Red Nether Bricks Waystone, Purpur Waystone, Primsarine Waystone and Mud Bricks Waystone
- Added
source_is_portal_scroll,target_is_warp_portal,target_is_fleeting_memorialandtarget_is_playerconditions for warp requirements - Added support for dimension-specific group icon overrides, used automatically instead of the generic Dimension icon if available
- Fixed Waystone Selection, Manage Waystones and Manage Groups screens not growing to fill space on smaller GUI scales
- Fixed Waystone Selection sort toggle choice not being saved
- Fixed group icon toggle so it shows all group icon sprites provided by resource packs automatically
- Fixed waystone registry not being updated with the waystone's actual world postiion on load
- Fixed personal waystone settings not being properly saved for waystones that aren't backed by the store or a Twinbound Feather
- Fixed GUI closing when trying to return from the Personal Waystone Settings screen
- Fixed scrollbar not being draggable by mouse
- Fixed drag to rearrange not working on the Manage Waystones and Manage Groups screens
- Fixed
source_is_*_sharestonecondition checking target instead of source - Fixed warp stones on portstone item models rendering with invalid texture
- Fixed some dynamic inbuilt groups only showing up after a relog upon becoming available
- Fixed missing translation key for Portstones that have no Sharestones to teleport to
- Fixed locating the nearest waystone to use player-aware distance checks for better Sable compatibility
- Fixed warp plates to use level-aware distance and bounds checks for better Sable compatibility
- API: Added
BuildWaystoneSelectionMenuEventto allow other mods to modify the list of waystones shown - API: Added
CollectDefaultWaystoneGroupsEventandCollectDynamicWaystoneGroupsEventto allow other mods to define and assign new waystone groups - API: Added
WaystoneTeleportEvent.Prepareto allow other mods to schedule preparation tasks to run before teleportation - API: Added
WaystoneTeleportEvent.Completewhich is fired for every teleport attempt with a list of results and errors - API: Added
WaystoneTeleportEntityEventwhich is fired for every entity involved in a teleport
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:sj1O4rl4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LOpKHB2A:sj1O4rl4"
}


