Tags
Creators
Details
Licensed Apache-2.0
Created 4 years ago
Updated 18 hours ago
All versions
4.7
Release
HuskHomes (Fabric) v4.7 [1.20.1]2 years ago 7,972
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Required content
Changes
HuskHomes 4.7 adds support for Minecraft 1.21 and adds the ability for /rtp to be used cross-server.
- Added the ability to randomly teleport cross-server, courtesy of @ProdPreva1l (#647)
- Requires
REDISto be set as the message broker in a cross-server setup; a new toggle has been added for enabling cross-server /rtp - You may define a set of "target servers" where the
/rtpcommand may randomly teleport the player within the overworld of
- Requires
- Added support for Minecraft 1.21 on Paper (requires Java 21)
- Added Vietnamese (vi-vn) locales, courtesy of Iamsad_VN
- Updated the Simplified Chinese (zh-cn) locales, courtesy of @davgo0103 (#639)
- Updated the Traditional Chinese (zh-tw) locales, courtesy of @jhqwqmc (#642)
- API: API has been added for HuskHomes on Fabric, to allow developers to create mod hooks if they so wish.
To update, just drag+drop.
Optional dependencies
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:J6U9o3JG:cA0nmJeA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:J6U9o3JG:cA0nmJeA"
}







