texturepack.json
The texturepack.json
file is the configuration file for your texture pack.
Contents
name
The name of your texture pack.
author
The name of the texture pack's author.
backgroundColor
(optional)
The background color of the texture pack. It is used behind the grid in-game and as the background of the main menu. It follows the RGBA format.
You can use a website like this to convert it into a decimal number.
Example
{
"name": "Default",
"author": "Default Guy",
"backgroundColor": 690563583
}