
MCRGB
Search for blocks based on the dominant colours in their textures.
- Загрузки
- 8K
- Подписчики
- 75
- Обновлён
- 3 января 2026 г.
- Лицензия
- CC0-1.0
Опубликован 31 августа 2023 г.
MCRGB Mod for Minecraft Fabric 1.20.1+
Trailer:
Requirements:
- Minecraft 1.20.1+
- Fabric
- Fabric API
Reccomended:
- Cloth Config
Features:
A Colour Picker for Minecraft Blocks!
MCRGB is a client-side Minecraft Mod designed to assist building. It allows you to search for blocks based on the dominant colours in their textures.
Press the colour picker key (I by default) to open the colour picker GUI.
HSV, HSL, RGB and Hex Support!
Input your colours using your favourite colour space, and the mod will suggest blocks that closely match that colour. If you are in Creative Mode and have Operator Level Permissions, you can click blocks to give them to yourself.
You can also see the breakdown of a block's colour info by hovering over it. This tells you the percentage each colour takes up in each texture, and which blockstates it corresponds to. Optional: You can also view this info in regular inventories by changing the config.
Build using Colour Theory
Easily /give Yourself Dyed Leather Armour
How it works:
On first launch, MCRGB will generate a file, located in .minecraft/mcrgb_colours/file.json
MCRGB attempts to scan every block texture in the game and calculates the dominant colours by grouping together similar pixels based on their euclidean distance in sRGB space, and calculating the mean average of each group. The results are saved in this file. If you ever need to regenerate the file (if you've changed resource packs or added new mods which add more blocks), click the "Refresh" button in the colour picker UI.
When you input a colour to the colour picker, the list of blocks is sorted by the euclidean distance to each of the dominant colours in each texture. Each texture is weighted according to how much of that colour takes up in the texture.
Credits:
Mod created by bacco
Logo created by Whirdle
Ченджлог
0.3.3+1.20.1Релиз1.20.1 · 3 января 2026 г.
Changes in v0.3.3:
- Further improved load times since v0.3.2. Reading and writing colour info to a JSON file is now entirely optional, and off by default. With the "Read Colour Info from JSON File" option set to "No", MCRGB will always get it's information directly from the game's textures, significantly improving load times, especially on large modpacks.
- Added a scrollbar to the texture thumbnails in the Block Info GUI. This only affects blocks with a large number of textures which would previously spill into other parts of the GUI, such as the Monitor block from CC: Tweaked.
- Added a config option "Maximum Tooltip Lines", which now defaults to 15. This is to avoid overly large tooltips when hovering over items in the MCRGB GUI, or in the inventory with "Show Block Colours in Tooltips" set to "All Contexts"
- When scanning textures, or reading/writing JSON, MCRGB now records the time taken and writes it to the Minecraft Log for debugging purposes.
- Also includes changes from v0.3.2 which were previously unavailable for Minecraft 1.20.1
0.3.3+1.21.1Релиз1.21, 1.21.1 · 3 января 2026 г.
Changes in v0.3.3:
- Further improved load times since v0.3.2. Reading and writing colour info to a JSON file is now entirely optional, and off by default. With the "Read Colour Info from JSON File" option set to "No", MCRGB will always get it's information directly from the game's textures, significantly improving load times, especially on large modpacks.
- Added a scrollbar to the texture thumbnails in the Block Info GUI. This only affects blocks with a large number of textures which would previously spill into other parts of the GUI, such as the Monitor block from CC: Tweaked.
- Added a config option "Maximum Tooltip Lines", which now defaults to 15. This is to avoid overly large tooltips when hovering over items in the MCRGB GUI, or in the inventory with "Show Block Colours in Tooltips" set to "All Contexts"
- When scanning textures, or reading/writing JSON, MCRGB now records the time taken and writes it to the Minecraft Log for debugging purposes.
- Also includes changes from v0.3.1 and v0.3.2 which were previously unavailable for Minecraft 1.21.1
0.3.3+1.21.11Релиз1.21.11 · 3 января 2026 г.
Changes in v0.3.3:
- Further improved load times since v0.3.2. Reading and writing colour info to a JSON file is now entirely optional, and off by default. With the "Read Colour Info from JSON File" option set to "No", MCRGB will always get it's information directly from the game's textures, significantly improving load times, especially on large modpacks.
- Added a scrollbar to the texture thumbnails in the Block Info GUI. This only affects blocks with a large number of textures which would previously spill into other parts of the GUI, such as the Monitor block from CC: Tweaked.
- Added a config option "Maximum Tooltip Lines", which now defaults to 15. This is to avoid overly large tooltips when hovering over items in the MCRGB GUI, or in the inventory with "Show Block Colours in Tooltips" set to "All Contexts"
- When scanning textures, or reading/writing JSON, MCRGB now records the time taken and writes it to the Minecraft Log for debugging purposes.
0.3.2+1.21.11Релиз1.21.11 · 24 декабря 2025 г.
This is a port of MCRGB to Minecraft 1.21.11
In addition to porting to 1.21.1, there is also one bug fix.
Changes in v0.3.2:
This version includes a temporary workaround to load-time issues. MCRGB now by default re-calculates block colours on every launch instead of reading from a JSON file. This should speed up load times for people with a large number of mods. The new config option "Read Colour Info from JSON File" allows players to revert to previous behavior. A more permanent fix will be in a future release.
0.3.1+1.20.1Релиз1.20.1 · 6 декабря 2025 г.
Changes:
- Fixed a bug: MCRGB for 1.20.1 requires Java 21 on version 1.20.1 which is a Java 17 version?
- Fixed a bug: MCRGB was ignoring non-directional quads on block models. This was a bug that has gone unnoticed since the mod's creation, causing MCRGB to exclude many partial blocks such as Iron/Copper Bars, Flowers, some Redstone components, Chains, Lanterns, etc. These blocks will now have their colours analysed and will show up correctly with all other blocks.
0.3.1+1.21.10Релиз1.21.9, 1.21.10 · 23 октября 2025 г.
Changes:
- Compatible with 1.21.9 and 1.21.10
- Fixed a bug: MCRGB was ignoring non-directional quads on block models. This was a bug that has gone unnoticed since the mod's creation, causing MCRGB to exclude many partial blocks such as Iron/Copper Bars, Flowers, some Redstone components, Chains, Lanterns, etc. These blocks will now have their colours analysed and will show up correctly with all other blocks.
0.3+1.21.6Релиз1.21.6, 1.21.7, 1.21.8 · 20 июля 2025 г.
This is a port of v0.3 for 1.21.6, 1.21.7 and 1.21.8
0.3+1.21.5Релиз1.21.5 · 20 июля 2025 г.
This is a port of v0.3 for Minecraft 1.21.5
Комментарии
Загружаем…