Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
1.2.2-j21
Release
1.2.2-j214 months ago 405
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client-side
Required content
Changes
Changelog
[1.2.2] - 2025-3-3
Changed
- No longer crashes game on serverside
[1.2.1] - 2025-12-20
Changed
- Improvements to profiling
Added
- Integration with MEGATrace profiling
[1.2.0] - 2025-12-02
Changed
- Updated localizations (huihiuhuai/Update zh_CN.lang#26)
- Improved fast fog, now works correctly with Chromaticraft
- Debug config is now disabled by default
- Conservative Animated Textures are now enabled by default
Added
- Optional Tessellator locking to help debug misbehaving mods
- Support for FlenixCities
Removed
- Better Mipmaps Module was removed as it was buggy and unfinished. Use the FalseTweaks one instead.
[1.1.1] - 2025-11-29
Added
- Basic support for iChun's Door mod, half-fixing (#14)
[1.1.0] - 2025-11-29
Changed
- Improved the implementation of fast fog, now with better mod compat
Added
- Added a fog bias config when using ChunkDrawMode=Fast, which can pull in the fog and reduce pop-in
[1.0.7] - 2025-11-24
Changed
- Switched to using USE_VANILLA_COLOR_FORMAT
[1.0.6] - 2025-11-24
Added
- Config option for Always Translucent Sprites
[1.0.5] - 2025-11-13
Fixed
- Netherlicious blocks causing flickering
[1.0.4] - 2025-09-28
Changed
- perf: Fast fog tracking
- chore: Fix UseMultiDrawIndirect lang path
[1.0.3] - 2025-09-26
Fixed
- Gracefully handle exceptions thrown from block render code
- Ensure shutdown on world leave
[1.0.2] - 2025-09-26
Added
- Compatibility for swansong 1.2.0 shader enable/disable
[1.0.1] - 2025-09-23
Added
- zh_CN translations
- Warning popup when trying to use java 8 build on java 21
[1.0.0] - 2025-09-20
Initial release.
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:kPtHpb7z:PeM1kqKI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kPtHpb7z:PeM1kqKI"
}









