diff options
Diffstat (limited to 'GregTech.cfg')
| -rw-r--r-- | GregTech.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/GregTech.cfg b/GregTech.cfg new file mode 100644 index 0000000000..c5d9af1786 --- /dev/null +++ b/GregTech.cfg @@ -0,0 +1,25 @@ +# Configuration file + +colormodulation { + + cable_insulation { + I:B_64=64 + I:G_64=64 + I:R_64=64 + } + + construction_foam { + I:B_64=64 + I:G_64=64 + I:R_64=64 + } + + machine_metal { + I:B_255=255 + I:G_220=220 + I:R_220=220 + } + +} + + |
