f24991f3bb
Useful For Forge's test mods mainly. Standardized data gen cache file's folder separators. Added ItemModelProvider to BlockStateProvider for cleaner datagen code. Added .gitattributes to fix datagen json's line endings correct on windows.
23 lines
485 B
Text
23 lines
485 B
Text
* text eol=lf
|
|
*.bat text eol=crlf
|
|
*.patch text eol=lf
|
|
*.java text eol=lf
|
|
*.gradle text eol=crlf
|
|
*.png binary
|
|
*.gif binary
|
|
*.exe binary
|
|
*.dll binary
|
|
*.jar binary
|
|
*.lzma binary
|
|
*.zip binary
|
|
*.pyd binary
|
|
*.cfg text eol=lf
|
|
*.py text eol=lf
|
|
*.jks binary
|
|
|
|
# Disable autocrlf on generated files, they always generate with LF
|
|
src/generated/**/.cache/cache text eol=lf
|
|
src/generated/**/*.json text eol=lf
|
|
src/generated_test/**/.cache/cache text eol=lf
|
|
src/generated_test/**/*.json text eol=lf
|
|
|