
cbbg 🥬
color banding be gone - Remove pesky color banding from Minecraft
- Загрузки
- 6K
- Подписчики
- 46
- Обновлён
- 8 января 2026 г.
- Лицензия
- MIT
Опубликован 15 декабря 2025 г.
cbbg 🥬
color banding be gone - Remove pesky color banding from Minecraft
cbbg/'kabij/ is a client-side Fabric mod that reduces visible color banding by:
- Using a higher-precision render target (RGBA16F)
- Applying STBN blue-noise dithering to final image
Helps reduce color banding on following:
- Smooth lighting
- Skybox
- Vignette
What it does
- Higher render precision: upgrades the main render target color attachment to RGBA16F.
- Blue-noise dithering: applies a lightweight full-screen pass using STBN noise to break up 8-bit quantization banding.
Installation
- Install Fabric Loader and Fabric API for your Minecraft version.
- Put the
cbbg-x.x.x.jarinto your.minecraft/modsfolder.
This mod is client-only. It does not need to be installed on servers.
Configuration
In-game (recommended)
If you have Mod Menu installed, open cbbg’s config screen and select:
- Enabled
- Disabled
- Demo (split): left = disabled (no dither), right = enabled (dither)
Commands
You can also control the mod using chat commands (useful if Mod Menu is not installed):
/cbbg mode: View the current mode./cbbg mode set <mode>: Set the mode. Valid modes areENABLED,DISABLED,DEMO.
Config file
Config file: .minecraft/config/cbbg.json
Example:
{
"mode": "ENABLED"
}
Valid values: ENABLED, DISABLED, DEMO.
Compatibility notes
- Iris shaderpacks: when an Iris shaderpack is active, cbbg is forced OFF to avoid pipeline conflicts.
- GPU support: if RGBA16F allocation fails on your device/driver, cbbg will automatically fall back to RGBA8 for the remainder of the session.
Credits
- AsmFabricLoader by FlorianMichael (Apache License 2.0)
Центр версий
10 версийЧенджлог
1.3.1+mc1.21.1Релиз1.21.1 · 8 января 2026 г.
Fixed
- Fixed OpenGL errors when Satin (or other mods utilizing initFbo) is present.
1.3.0+mc1.21.1Релиз1.21.1 · 27 декабря 2025 г.
Added
- Config screen status message.
- Support multiple languages.
Fixed
- Color banding in GUI background blurring.
- Pressing esc key in config menu exiting all menus.
- Crash when running alongside the Chat Patches mod.
1.3.0+mc1.21.11Релиз1.21.11 · 25 декабря 2025 г.
Added
- Config screen status message.
- Support multiple languages.
Fixed
- Color banding in GUI background blurring.
- Pressing esc key in config menu exiting all menus.
- Crash when running alongside the Chat Patches mod.
1.2.2Релиз1.21.11 · 20 декабря 2025 г.
Fixed
- Fixed crash when opening config screen
1.2.1Релиз1.21.11 · 18 декабря 2025 г.
Added
- Compatibility with RenderScale.
Changed
- Improved
/cbbgcommand feedback. - Release artifacts now include the Minecraft version in the filename (e.g.
cbbg-1.2.1+mc1.21.11.jar).
Fixed
- Fixed generation completion toast not being shown.
1.2.0Релиз1.21.11 · 18 декабря 2025 г.
Added
rgba32fmain render target option (with automatic fallback torgba16f/rgba8if unsupported).- Dithering strength control.
- STBN texture regeneration.
- Chat/toast notifications for STBN generation.
1.1.2Релиз1.21.11 · 16 декабря 2025 г.
- match description and name of the mod jar to modrinth page
- updated config screen layout
1.1.1Релиз1.21.11 · 16 декабря 2025 г.
- early stbn texture generation task init
- fix texture cache not being utilized correctly
Комментарии
Загружаем…