samasaurus6

Default Display Settings

Dec 10th, 2016
3,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ======================== DEFAULT BLOCK DISPLAY SETTINGS ========================
  2.  
  3. "display": {
  4. "gui": {
  5. "rotation": [ 30, 225, 0 ],
  6. "translation": [ 0, 0, 0],
  7. "scale":[ 0.625, 0.625, 0.625 ]
  8. },
  9. "ground": {
  10. "rotation": [ 0, 0, 0 ],
  11. "translation": [ 0, 3, 0],
  12. "scale":[ 0.25, 0.25, 0.25 ]
  13. },
  14. "fixed": {
  15. "rotation": [ 0, 0, 0 ],
  16. "translation": [ 0, 0, 0],
  17. "scale":[ 0.5, 0.5, 0.5 ]
  18. },
  19. "thirdperson_righthand": {
  20. "rotation": [ 75, 45, 0 ],
  21. "translation": [ 0, 2.5, 0],
  22. "scale": [ 0.375, 0.375, 0.375 ]
  23. },
  24. "firstperson_righthand": {
  25. "rotation": [ 0, 45, 0 ],
  26. "translation": [ 0, 0, 0 ],
  27. "scale": [ 0.40, 0.40, 0.40 ]
  28. },
  29. "firstperson_lefthand": {
  30. "rotation": [ 0, 225, 0 ],
  31. "translation": [ 0, 0, 0 ],
  32. "scale": [ 0.40, 0.40, 0.40 ]
  33. }
  34. }
  35.  
  36. ==========================================================================
  37.  
  38.  
  39.  
  40.  
  41. =================== DEFAULT ITEM DISPLAY SETTINGS ========================
  42.  
  43. "display": {
  44. "ground": {
  45. "rotation": [ 0, 0, 0 ],
  46. "translation": [ 0, 2, 0],
  47. "scale":[ 0.5, 0.5, 0.5 ]
  48. },
  49. "head": {
  50. "rotation": [ 0, 180, 0 ],
  51. "translation": [ 0, 13, 7],
  52. "scale":[ 1, 1, 1]
  53. },
  54. "thirdperson_righthand": {
  55. "rotation": [ 0, 0, 0 ],
  56. "translation": [ 0, 3, 1 ],
  57. "scale": [ 0.55, 0.55, 0.55 ]
  58. },
  59. "firstperson_righthand": {
  60. "rotation": [ 0, -90, 25 ],
  61. "translation": [ 1.13, 3.2, 1.13],
  62. "scale": [ 0, 0, 0 ]
  63. }
  64. }
  65.  
  66. ================================================================
  67.  
  68.  
  69. ================== DEFAULT TOOLS (SWORD, PICKAXE, SHOVEL, ETC) DISPLAY SETTINGS ====================
  70.  
  71. "display": {
  72. "thirdperson_righthand": {
  73. "rotation": [ 0, -90, 55 ],
  74. "translation": [ 0, 4.0, 0.5 ],
  75. "scale": [ 0.85, 0.85, 0.85 ]
  76. },
  77. "thirdperson_lefthand": {
  78. "rotation": [ 0, 90, -55 ],
  79. "translation": [ 0, 4.0, 0.5 ],
  80. "scale": [ 0.85, 0.85, 0.85 ]
  81. },
  82. "firstperson_righthand": {
  83. "rotation": [ 0, -90, 25 ],
  84. "translation": [ 1.13, 3.2, 1.13 ],
  85. "scale": [ 0.68, 0.68, 0.68 ]
  86. },
  87. "firstperson_lefthand": {
  88. "rotation": [ 0, 90, -25 ],
  89. "translation": [ 1.13, 3.2, 1.13 ],
  90. "scale": [ 0.68, 0.68, 0.68 ]
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment