Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last year
All versions
1.2.0
Release
[1.21 - 1.21.1] B2B (1.2.0, Fabric)last year 3,847
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Version 1.2.0
New Features
- Added new item: Hell's Returner (allows teleportation across the Nether).
- Added new item: Mysterious Returner (allows teleportation across the End).
- Added new item: Tresrealm Returner (allows teleportation across all vanilla dimensions).
Improvements
- Tooltips now display hold duration, cooldown time, and teleportation location information.
Technical Changes
- Added configuration for NeoForge, Forge, and Fabric to customize Returner behavior. (See the B2B GitHub Wiki for detailed setup instructions.)
Bug Fixes
- Fixed an issue where the Magical Returner failed to display the condition for overworld teleportation.
- Fixed an issue where cooldown was applied even if teleportation to the spawn point failed.
- Fixed an issue where particles generated after teleportation had the wrong position.
- Fixed an issue where the Returner's color name was reset after renaming it in an anvil.
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:ZDK6mUGM:Wp95MKxo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZDK6mUGM:Wp95MKxo"
}


