Line endings

This commit is contained in:
Bartek Bok 2016-01-17 15:47:13 +01:00
parent 9ae744188b
commit 161b9065ea
46 changed files with 811 additions and 810 deletions

1
.gitattributes vendored
View File

@ -5,6 +5,7 @@
*.mcmeta text *.mcmeta text
*.md text *.md text
*.txt text *.txt text
*.json text
*.properties text *.properties text
*.png -text *.png -text

View File

@ -5,9 +5,9 @@
}, },
"display" : { "display" : {
"thirdperson" : { "thirdperson" : {
"rotation" : [ -90, 0, 0 ], "rotation": [ 0, 90, -35 ],
"translation" : [ 0, 1, -3 ], "translation": [ 0, 1.25, -3.5 ],
"scale" : [ 0.55, 0.55, 0.55 ] "scale": [ 1.25, 1.25, 1.25 ]
}, },
"firstperson" : { "firstperson" : {
"rotation" : [ 0, -135, 25 ], "rotation" : [ 0, -135, 25 ],