Tags
Creators
Details
All versions
26.1.2.9+fabric-26.1.2
Release
26.1.2.9+fabric-26.1.2last month 11K
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
warpSettingsconfig option as a simpler interface before the more complexwarpRequirements- This field is intended to hold variables for tweaking the requirements without replacing them wholesale
- The variables in this field will only take effect if your
warpRequirementsoption makes use of them - you may have to reset yourwarpRequirementsto the default and re-apply any changes forwarpSettingsto have an effect.
- 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 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
- Fixed Return Scroll not showing any error message when teleport fails
- Fixed "Requirements not met" error messages to be more specific
- Fixed default warp requirements not making scrolls exempt from XP costs
- If you are using the default warp requirements, they will be migrated automatically
- If you have modified the warp requirements, you can reset it to the new default by removing the option from your file and letting it regenerate.
- 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:jROI9WDP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LOpKHB2A:jROI9WDP"
}

