Tags
Creators
Details
Licensed AGPL-3.0-only
Published last year
All versions
1.6.1
Release
Raycasted Entity Occlusions 1.6.110 months ago 591
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platforms
Paper
Purpur
Changes
Release v1.6.1
Bug fixes:
Tile Entity Culling
- Tile Entity culling was broken in v1.6.0. This has been resolved now.
Tile Data
- Signs now properly render the text written on them when visible
Block Changes Between Snapshots
- Block changes between snapshots are now properly detected and accounted for
Other Miscellaneous Bug Fixes
- Many smaller bugs have also been fixed
- Full changelog can be found here
IMPORTANT NOTE
Raycasted Entity Occlusions is renaming!
- In the next major version (v1.7.0), the plugin will be renamed to Raycasted Anti-ESP. The Modrinth and Github pages will also be renamed.
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:bCjNZu0C:dXOiaCdO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bCjNZu0C:dXOiaCdO"
}


