Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 5 months ago
All versions
21.4.7-fabric
Release
easy_homes-21.4.7-fabric5 months ago 98
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client and server
Changes
21.4.0
- Initial release
21.4.1
- Added Xaero's maps mods integration
21.4.2
- Cooldown and homes limit are disabled in creative mode
21.4.3
- Reworked translation
- Added
/backcommand - Binded
/backcommand toShift+Hkeystroke
21.4.4
- Added warning message if player is in the vehicle
21.4.6
- Fixed potential crashes (NPE) when player data is not loaded
- Fixed empty home names passing validation
- Added home name length limit (64 characters)
- Fixed commands always reporting success even on failure
- Atomic file writes to prevent data corruption on crash
- Reduced disk writes during teleportation
- Fixed typo in onServerStarted method name
21.4.7
- Port to Minecraft 1.21.5 (covers 1.21.4-1.21.8)
- Updated Architectury Loom to 1.11, Gradle to 8.11
- Updated Fabric API, NeoForge, MidnightLib, ModMenu dependencies
- Narrowed NeoForge version range to [21.4,)
21.4.5
- Fixed homes corruption on sever crash
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:w4Z2NKqf:FN5PEceT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w4Z2NKqf:FN5PEceT"
}


