GT5-Unofficial/src/main
Léa Gris af5cef9c05 Fix textures in wrong BMP format to PNG
Script to fix
```Bash
list=$(find ./ -type f -name \*.png -exec grep -l BM6 {} \;)
for v in $list
do
  f=$(echo $v | sed -e 's/\(.*\)\.png/\1/g')
  mv "$f.png" "$f.bmp"
  convert "$f.bmp" "$f.png"
  find ./ -type f -name "$f.bmp" -delete
done
```
2016-01-29 15:09:07 +01:00
..
java/gregtech merge of GT5.09 fixes into 5.08 branch 2015-12-09 00:52:00 +01:00
META-INF Move source directory 2015-10-18 23:04:39 -04:00
resources Fix textures in wrong BMP format to PNG 2016-01-29 15:09:07 +01:00
pack.mcmeta Move source directory 2015-10-18 23:04:39 -04:00