All versions
1.0.0
Release
Long Distanse Touch 1.0.02 months ago 320
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Changelog
All notable changes to the Long Distance Touch mod will be documented in this file.
[1.0.0] – 2025-06-05
Added
- Initial release of the mod.
- Players can now attack entities and interact with blocks at any distance as long as the target is within their render distance.
- Removed reach distance restrictions on both client and server sides using Fabric mixins.
- Extended the crosshair raycast distance from 6 blocks to 1024 blocks, allowing selection of far-away targets.
Compatibility
- Minecraft: 1.21.1 – 1.21.11 (inclusive)
- Fabric Loader:
>=0.19.3 - Fabric API: `>=anyversion
- Java: 21
Technical Details
- Overrides hardcoded distance checks (
36.0squared blocks) in:ClientPlayerInteractionManager(client-side)ServerPlayNetworkHandler(server-side)
- Modifies
GameRenderer.findCrosshairTargetto increase raycast range from6.0to1024.0.
Notes
- Both the client and the server must install this mod for the effect to work.
- The mod does not introduce any custom network packets; it works by relaxing vanilla distance limits.
Known Issues
- None for this version.
Optional dependencies
Any compatible version
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:lppylZKk:MsUpex4v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lppylZKk:MsUpex4v"
}

