Links
Tags
Creators
Details
1.1.0
Compatibility
Required content
Changes
Lol Apparently, I forgot to enter the latest version of the mod which fixed HUD and looking straight up or down to. So I apologies and here’s the actual version
I’m very happy to announce the new version of Sightless. I have fixed many Bugs and added many new things so lets get into it.
Water/Lava have color coded dots to better see them water being blue dots lava being orange. (PS in the version I have had out I had lava on a test version for orange)
Now dots that are on other Players in multiplayer to better see other players the animation for them have been removed because I couldn’t get it working but I am trying to make the head at least follow where other players are looking.
Snow/Grass/Shrubs have all bin removed from dot rendering so you can’t get confused why you can walk through a block that isn’t there. (PS its always bin grass and snow lol)
Fixed and removed all test features and noises I used when making this mod.
New ??? texture
Finally, yes I saw all the videos where people said “you can see items in the little guys hand in your inventory” and yes I have tried to fix it over these months but haven’t been able to so maybe 1 day I will figure it out but for now its normal.
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:X8ct1YHf:3dS86tKY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X8ct1YHf:3dS86tKY"
}

