All versions
1.1.0
Release
Hold That Chunk 1.1.04 years ago 419
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
- Drop support for Minecraft 1.18
- Add the option to ignore server view distances
- This release adds a new config option. Either delete your old
holdthatchunk.jsonto regenerate it or manually edit in the newignoreServerRenderDistancekey and a corresponding boolean value. - Set
ignoreServerRenderDistanceto true to force using the client's render distance setting. Set it false to respect the render distance setting sent by the server.
- This release adds a new config option. Either delete your old
- Mark as incompatible with Farsight
- We now redirect a few of the same methods as the Farsight mod does, so the mods cannot run together due to mixin limitations. This release makes the mods redundant anyways.
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:LXJlc5WJ:PvLL6TzN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LXJlc5WJ:PvLL6TzN"
}

