
Colorful World
Transform your Minecraft with absolutely all block colors! This mod opens up limitless creative possibilities by adding a complete palette of shades to the game.
Currently available colorful block types include:
- Colored Concrete
- Colored Concrete Powder
- Colored Glass
- Colored Glass Panes
How to Use
To change block colors, you need to edit the NBT data of the corresponding objects. Here are simple commands for working with colors:
View current color:
- For items:
/data get entity @s SelectedItem
- For blocks:
/data get block ~ ~ ~
Change color:
Replace [color]
with the numerical value of the desired color:
/data merge block ~ ~ ~ {Color:[color]}
Requirements
- Minecraft version 1.19 and above
- Fabric Loader
- Fabric API
Sodium Compatibility
When using the Sodium mod, it's recommended to disable biome blending or install a special fix that resolves this issue. The bug should be fixed in Sodium version 0.5 and above.