docs: add asciidoc docs for use with refinedsites

This commit is contained in:
raoulvdberge
2023-11-26 18:31:35 +01:00
parent 27442fbfac
commit b489a3db8f
237 changed files with 3175 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
= Resource packs
== Color settings
You can change the text colors that Refined Storage uses in its GUIs by changing the `pack.mcmeta` file.
Example:
[source,json]
----
{
"pack": {
"pack_format": 4,
"description": "An example"
},
"refinedstorage": {
"primary_color": 11184810,
"secondary_color": 11184810
}
}
----
`primary_color` is used for the GUI titles, `secondary_color` is used for all the rest.
The color is an integer representation of an RGBA color.