Such as Painter's Blocks. Yeah use that mod instead - it's basically this mod but better.
A library/content mod that lets blocks store RGB color data!
repositories {
// ...
maven { url 'https://www.jitpack.io' }
}
dependencies {
implementation 'com.github.LeoCTH:RGBable:<version here>'
}