1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/config/environmental/core/components/panels/panels.json
2021-01-28 23:24:51 +01:00

16 lines
284 B
JSON

{
"ma:panel": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:clear_panel": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
}
}