Publish changes to OTEMod
This commit is contained in:
parent
07dc947967
commit
52a9f68f39
20 changed files with 886 additions and 70 deletions
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"fallbacks": [
|
||||
"metal"
|
||||
],
|
||||
"color": "33cccc",
|
||||
"luminosity": 0,
|
||||
"generator": {
|
||||
"transformer": {
|
||||
"type": "tconstruct:recolor_sprite",
|
||||
"color_mapping": {
|
||||
"type": "tconstruct:grey_to_color",
|
||||
"palette": [
|
||||
{
|
||||
"grey": 0,
|
||||
"color": "051414"
|
||||
},
|
||||
{
|
||||
"grey": 63,
|
||||
"color": "0f3d3d"
|
||||
},
|
||||
{
|
||||
"grey": 102,
|
||||
"color": "145252"
|
||||
},
|
||||
{
|
||||
"grey": 140,
|
||||
"color": "196666"
|
||||
},
|
||||
{
|
||||
"grey": 178,
|
||||
"color": "248f8f"
|
||||
},
|
||||
{
|
||||
"grey": 216,
|
||||
"color": "29a3a3"
|
||||
},
|
||||
{
|
||||
"grey": 255,
|
||||
"color": "33cccc"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"supportedStats": [
|
||||
"tconstruct:handle"
|
||||
],
|
||||
"ignoreMaterialStats": false
|
||||
}
|
||||
}
|
Reference in a new issue