Links
Tags
Creators
Details
Licensed CC0-1.0
Published 3 years ago
Updated last week
All versions
0.3.3+1.21.11
Release
MCRGB 0.3.3+1.21.118 months ago 1,034
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
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.
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:BSidqwQl:bMyFrkPc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BSidqwQl:bMyFrkPc"
}

