Tags
Creators
Details
3.0
Compatibility
Changes
Patch Notes
Added
-
New item: Thermal Vision Battery.
-
Battery recipe: Redstone + Iron Ingot.

-
Thermal Vision Goggles recipe:
- Top row: Redstone Block, empty slot, Redstone Block
- Middle row: Tinted Glass, Amethyst Block, Tinted Glass
- Bottom row: Leather, Leather, Leather
-

-
The battery has been added to Creative Mode tabs.
-
Right-clicking with a battery while wearing Thermal Vision Goggles fully recharges the goggles and consumes 1 battery.
-
Added Russian and English localization for the battery, tooltips, and messages.
-
Recipes now unlock in the vanilla recipe book after obtaining the required ingredients.
Changed
- The battery is now the repair ingredient for the Thermal Vision Goggles material.
- The thermal aura is now less bright: glow layer opacity has been reduced to 40%.
- Removed detailed rendering of nearby blocks while thermal vision is enabled.
Optimization
- Reduced client-side load while thermal vision is enabled.
- Removed expensive per-frame checks and rendering for block outlines.
- Reduced server-side processing for players with thermal vision turned off.
- Cached reflection access to the post-effect uniform.
- Reduced temporary object creation in the HUD.
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:n4vOEZ2z:NE1zlGnN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n4vOEZ2z:NE1zlGnN"
}

