Posted 07 July 2017 - 12:35 AM
chpal is a cool program that lets you load and export palettes with the new features of ComputerCraft 1.8.
Download
Usage
Palette format
The palette format chpal uses is a limited version of the .Xresources format.
An example palette entry is
The only criterium for an entry is
Example palettes
You can find examples here.
pacpal
Download
pastebin get 1XBzKKrT chpal
Usage
chpal <path>
Change palette to the palette in path. chpal --export <path>
Exports the current palette to path. chpal --reset
Resets the palette to the default ComputerCraft palette. Palette format
The palette format chpal uses is a limited version of the .Xresources format.
An example palette entry is
*.color0: #000000
The only criterium for an entry is
*.color<n>: #<hex>
Example palettes
You can find examples here.
pacpal
pastebin get xk8pjsJY pacpal
pacpal shows an image with all the colours, so you can get a quick look of all the colours.Edited on 06 July 2017 - 10:53 PM