Colormatic 3.1.3
release21 декабря 2024 г.This release is the first for Minecraft version 1.20.1. Other 1.20.x versions have not been tested. Apart from version compatibility, this release has the following changes:
- New color.jsonentrysculk, with propertiesstartandendthat control the starting and ending color of sculk sensor particles, respectively.
"sculk": {
  "start": "ffffff",
  "end": "111111"
}
3.1.2 fix backport
release1 октября 2022 г.This is a back-release to 1.18.2 of a fix for a crash that occurs when mods that add custom fluids are present with Colormatic (most commonly Create).
3.1.2
release8 июня 2022 г.This release is the first for Minecraft 1.19. In addition to being compatible with 1.19, this update contains the following.
- Greater stability with Optifine resource packs
- Compatibility with the Quilt toolchain
3.1.1
release23 марта 2022 г.It's out! Yes, it's one month late for the 1.18.2 release, but in my defense, I do this on an almost pure interest-only basis :P. This release contains a few quality of life improvements, including
- Warning when blocks,biomes, orgridproperties are provided for colormaps outside ofcolormaps/custom, as these properties are ignored for them.
- gridproperties now allow string items, which expand to- { "biomes": [<the value>], "width": 1, "column": <auto-incremented> }.
3.1.0
release20 февраля 2022 г.This release adds relative block light intensity. This setting allows you to configure the intensity of block light as a percentage of sky light - lower values of this setting make block light appear dimmer when there is ambient sky light.
Changes
- Added relative block light intensity
- Changed light color blending to additive instead of max
- Sodium alpha compatibility
