All versions
1.0.0
Release
Quite's Hearth Travel 1.0.02 months ago 30
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Version 1.0.0 — Initial Release
The first public release of Quite's Hearth Travel is here.
Added
- Added the Hearth Block, a placeable block used to create magical travel points.
- Added Hearth Powder, used to activate green-fire travel.
- Added survival crafting recipes for all required items.
- Added hearth registration, allowing players to name and save hearth locations.
- Added support for multiple registered hearths.
- Added green-fire activation using Hearth Powder.
- Added a 15-second travel window after activating a hearth.
- Added a travel UI that displays available registered hearth destinations.
- Added portal-style teleportation behavior, similar to Nether portal travel.
- Added teleport cancellation if the player moves away before teleporting.
- Added support for multiplayer/server use when installed on both client and server.
Notes
- This is the first public version of the mod.
- The mod is still new and in testing, so bugs may happen.
- Feedback, bug reports, and feature suggestions are welcome.
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:h8Opy12t:KD1yGgpr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h8Opy12t:KD1yGgpr"
}

