af5cef9c05
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 ``` |
||
---|---|---|
.. | ||
java/gregtech | ||
META-INF | ||
resources | ||
pack.mcmeta |