Tags
Creators
Details
All versions
v3.5.0-0.19.3
Release
HomeGui 3.5.0last month 32
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- feat: pressing the open keybind again closes the HomeGUI menu (toggle)
6ed957e - feat: track manual /home commands, dedupe teleport counting, add transparent menu
67407a7 - fix: apply sort in place and stop home-count overlapping search box
56904f3 - fix: match 1.21.10 onClick(MouseButtonEvent, boolean) signature
47b7bd2 - fix: extend AbstractWidget in StyledButton to avoid final renderWidget crash
8177102
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:AyBYdiRl:njk8TIS7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AyBYdiRl:njk8TIS7"
}

