Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 6 months ago
All versions
0.0.5.3
Alpha
Home Lawn Security v0.0.5.36 months ago 978
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Alpha v0.0.5.3 (1.21.11)
Mmm new game version :)
Additions
Debug
- Added a "new" debug renderer to show the pathfinding of path-bound entities. (Disclaimer: This is just an edit of an existing debug renderer that wasn't in the F3+F6 menu.)
Changes
- Ported to 1.21.11.
- Made peas slower so they're less likely to phase through zombies.
- Fixed seed-placed entities being able to despawn and scam you of your seed packet.
- The shovel can no longer break blocks in creative mode. No, you still can't use it as a tool.
- Made all sounds mono. Counterintuitively, this makes them able to pan and taper off.
- Added decent support for Lolcat and Pirate Speak because it sounded fun.
- Fixed incorrect translation tags for two unused plant sound subtitles as well as added a translation for the Target Zombie entity.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| homelawnsecurity-0.0.5.3-sources.jar | Source jar | 4.97 MiB |
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:lez2aZNk:hxPwrwXi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lez2aZNk:hxPwrwXi"
}

