diff --git a/.gitattributes b/.gitattributes index 758843d9b..c99fd3d7d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ *.java text eol=lf *.gradle text eol=crlf *.png binary +*.gif binary *.exe binary *.dll binary *.jar binary @@ -11,4 +12,4 @@ *.zip binary *.pyd binary *.cfg text eol=lf -*.py text eol=lf \ No newline at end of file +*.py text eol=lf diff --git a/src/main/resources/assets/fml/textures/gui/forge.gif b/src/main/resources/assets/fml/textures/gui/forge.gif index b316837fb..94653f1b5 100644 Binary files a/src/main/resources/assets/fml/textures/gui/forge.gif and b/src/main/resources/assets/fml/textures/gui/forge.gif differ