/
Adds all colors of blocks. Yes, ALL possible colors.
Currently adds Colorful Concrete, Colorful Concrete Powder, Colorful Glass, and Colorful Glass Pane.
Currently, to change the block color, you need to modify the nbt data of the block entity or item.
To see the color:
Items: /data get entity @s SelectedItem
Blocks: /data get block ~ ~ ~
To change the color, replace [color] with the integer value of the color:
Blocks: /data merge block ~ ~ ~ {Color:[color]}
Minecraft Version 1.19+
Fabric Loader
Fabric Api
If you use sodium, you need to turn off biome blending or install this mod which fixes a bug with biome blending in sodium.
This bug should be fixed in sodium 0.5.