Перейти к содержимому
Mineforgian

Colormatic

Enables resource packs to add and change block and biome colors.

581K загрузок538 подписчиковLGPL-3.0-onlyfabricquilt

Обновлён 21 декабря 2024 г. · опубликован 23 сентября 2021 г.

Overview

Colormatic is a mod that allows resource packs to customize hard coded colors in Minecraft. Using Colormatic, resource packs can change the colors of

  • Swamp, dark oak, and other grass
  • Birch and spruce leaves
  • Water
  • Sky and fog
  • Particles
  • Crops
  • Dyes
  • Lightmaps
  • ... and more!

Colormatic implements the functionality of the custom colors mod on Fabric, and is compatible with resource packs that use Optifine's custom colors feature.

Resource Pack Artists

If your resource pack uses Optifine custom colors, then that part of it should automatically work with Colormatic. However, Colormatic offers additional abilities that don't have a counterpart in Optifine, including

  • Support for modded and datapack biomes and dimensions
  • Stackable biome colormaps
  • Custom biomes in grid format colormaps
  • Loading JSON from the colormatic:colormap location

Check out the GitHub wiki for information on how to use these features.

Dependencies

  • Fabric API (Required*)

The in-game mod configuration screen is accessible via ModMenu or similar.

*Colormatic only requires fabric-resource-loader (or Quilt's equivalent) to be present. This is most easily available through the Fabric API distribution.

Compatibility

Colormatic is fully compatible with Sodium.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
3.1.3Релиз1.20.1fabric, quilt21 декабря 2024 г..jar (216 КБ)
3.1.2-fix-backportРелиз1.18.2fabric1 октября 2022 г..jar (209 КБ)
3.1.2Релиз1.19fabric, quilt8 июня 2022 г..jar (204 КБ)
3.1.1Релиз1.18.2fabric23 марта 2022 г..jar (206 КБ)
3.1.0Релиз1.18.1fabric20 февраля 2022 г..jar (197 КБ)
3.0.0Релиз1.18, 1.18.1fabric3 января 2022 г..jar (194 КБ)
2.4.0Релиз1.18fabric5 декабря 2021 г..jar (190 КБ)
2.3.1Релиз1.17.1fabric11 ноября 2021 г..jar (181 КБ)
2.3.0Релиз1.17.1fabric27 сентября 2021 г..jar (178 КБ)

Ченджлог

3.1.3Релиз1.20.1 · 21 декабря 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.json entry sculk, with properties start and end that control the starting and ending color of sculk sensor particles, respectively.
"sculk": {
  "start": "ffffff",
  "end": "111111"
}
3.1.2-fix-backportРелиз1.18.2 · 1 октября 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Релиз1.19 · 8 июня 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Релиз1.18.2 · 23 марта 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, or grid properties are provided for colormaps outside of colormaps/custom, as these properties are ignored for them.
  • grid properties now allow string items, which expand to { "biomes": [<the value>], "width": 1, "column": <auto-incremented> }.
3.1.0Релиз1.18.1 · 20 февраля 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
3.0.0Релиз1.18, 1.18.1 · 3 января 2022 г.

This release fixes two compatibility issues.

  • Blocks that are tinted white no longer lag the client when Sodium is installed
  • Add a layout property to grid format colormaps. The default grid column assignment has been changed to align with Optifine current and expected future column assignments.

Layouts control how the grid columns are assigned by default.

  • The default layout uses the current raw IDs of biomes as columns. As biome raw IDs may change from version to version, these assignments should not be considered stable.
  • The legacy layout uses the column assignment that 1.17 uses (for both vanilla and datapack biomes). Vanilla biomes added after 1.17 are assigned a column corresponding to a similar 1.17 biome.
  • The stable layout assigns each vanilla biome a column that is guaranteed to be stable across versions starting from 1.18. Datapack biomes are always assigned a column corresponding to a similar vanilla biome (even in Optifine formatted resource packs).

In order to preserve compatibility with Optifine formatted resource packs, the default grid column assignment has been changed to use the current raw IDs of biomes instead of their 1.17 values. This requires resource packs that use grid columns with the default column assignment to update. Resource pack artists that do not wish to update their colormaps can use the legacy layout in order to opt into the 1.17 column assignments.

2.4.0Релиз1.18 · 5 декабря 2021 г.

This release updates Colormatic for Minecraft 1.18. Primary changes are

  • Indium is no longer required for compatibility with Sodium
  • Fog, sky, and underfluid colors use their respective color blending instead of blocks' blending
  • Vertical biome tinting works again
2.3.1Релиз1.17.1 · 11 ноября 2021 г.

This release adds the following behavirors.

  • Lava and other fluids can be biome tinted. Cauldrons are not automatically tinted the same as their corresponding fluid.
  • Modded and datapack biomes now have a sensible grid format column assignment. They use the column of their raw ID for Optifine resource packs and the column of the vanilla biome closest in temperature and humidity for Colormatic resource packs.
  • "palette": { "format": .. } in color.json (palette.format in color.properties) is now respected.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…