


More Colors is a lightweight extension library that adds support for custom costume colors and skins. It includes example colors and provides a simple, no-code system that other mods can use to register their own textures.
This mod is intended to be used as a base dependency for color and costume packs.
** All Players need this mod if everyone wants to see the custom colors / costumes **
Any mod can define new colors by supplying a PNG texture and a small configuration file.
Create your texture
Save your costume texture as a PNG file (example: myskin.png)
Place the file Put the image file inside your own mod plugin folder
Create the config
Create a text file named Konami_Code.txt in the same folder as your image
The config file uses a simple Key: Value structure and is read top to bottom.
Author Sets the creator name and applies to all entries below it until changed
Name Display name of the costume or color
FileName
Exact PNG file name including the .png extension
Author: Omniscye
Name: Neon Pink
FileName: omnipink.png
Name: Cool Blue
FileName: coolblue.png
You may define as many entries as you want in a single file.
If you are distributing a color or costume pack that depends on More Colors, include the following in your zip and make sure to add More Colors as a dependency in your manifest.
Made by Omniscye / Empress
Localization support is planned with help from darmuh.