Tags
Creators
Details
Licensed ARR
Published 4 years ago
All versions
5.3.1+fabric
Release
[Fabric 1.20.1] 5.3.110 months ago 42.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
5.3.1
- fix: mob restriction not being respected
5.3.0
- fix: using the correct from world
- feat(fabric): port 1.21 changes to 1.20 (#42)
- fix: adapt the 1.20.1 for f663e50e24377cdc0533e727af40e877c5c9297f
- build: bump gradle version to use fabric loom
- fix: wolfs still keep attacking even if they are at 20% (close #41)
- feat: immortal pets game rule (close #34)
5.2.2
- fix: entity may suffocate after changing dimension
- fix: cannot use structure void on horse
- improve: logIfTeleportingFailed
5.2.1
- improve: pet will not teleport to you when you are building a pillar
5.2.0
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:4w0EzGRW:i29UD4vR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4w0EzGRW:i29UD4vR"
}



