We recommend using the Thunderstore Mod Manager or an alternative for installing mods
Last updated | 5 months ago |
Total downloads | 111 |
Total rating | 1 |
Categories | |
Dependency string | ConfiG-Cats_are_Themed-0.1.0 |
Dependants | 0 other mods depend on this mod |
Some small useful APIs and utilities for modding Cats are Liquid - A Better Place
Preferred version: 0.2.5Custom themes support
Put custom theme files in the world pack folder, they should have a .theme
extension
The format is XML, example theme (i'm too lazy to document everything (there's a lot of stuff), enter the modding Discord server or read the code yourself if you need help):
<?xml version="1.0" encoding="UTF-8"?>
<CustomTheme>
<baseTheme>3</baseTheme>
<themeOverrides>
<bloom>6</bloom>
<primaryColor>1</primaryColor>
</themeOverrides>
<valueOverrides>
<primaryColor>
<r>0.0</r>
<g>1.0</g>
<b>0.0</b>
<a>0.8</a>
</primaryColor>
<bloom>
<enabled>false</enabled>
<intensity>6.9</intensity>
</bloom>
<chromaticAberration>
<enabled>true</enabled>
<intensity>3.4</intensity>
</chromaticAberration>
<vignette>
<enabled>true</enabled>
<color>
<r>0.0</r>
<g>0.0</g>
<b>0.0</b>
<a>0.5</a>
</color>
<intensity>0.8</intensity>
</vignette>
</valueOverrides>
</CustomTheme>
Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead.
Upload date | Version number | Downloads | Download link | |
---|---|---|---|---|
2022-1-5 | 0.1.0 | 111 | Version 0.1.0 | Install |