Advertisement
RazorPlay01

CustomModelData: Escudos

Sep 22nd, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. {
  2. "parent": "builtin/entity",
  3. "gui_light": "front",
  4. "textures": {
  5. "particle": "block/dark_oak_planks"
  6. },
  7. "display": {
  8. "thirdperson_righthand": {
  9. "rotation": [ 0, 90, 0 ],
  10. "translation": [ 10, 6, -4 ],
  11. "scale": [ 1, 1, 1 ]
  12. },
  13. "thirdperson_lefthand": {
  14. "rotation": [ 0, 90, 0 ],
  15. "translation": [ 10, 6, 12 ],
  16. "scale": [ 1, 1, 1 ]
  17. },
  18. "firstperson_righthand": {
  19. "rotation": [ 0, 180, 5 ],
  20. "translation": [ -10, 2, -10 ],
  21. "scale": [ 1.25, 1.25, 1.25 ]
  22. },
  23. "firstperson_lefthand": {
  24. "rotation": [ 0, 180, 5 ],
  25. "translation": [ 10, 0, -10 ],
  26. "scale": [ 1.25, 1.25, 1.25 ]
  27. },
  28. "gui": {
  29. "rotation": [ 15, -25, -5 ],
  30. "translation": [ 2, 3, 0 ],
  31. "scale": [ 0.65, 0.65, 0.65 ]
  32. },
  33. "fixed": {
  34. "rotation": [ 0, 180, 0 ],
  35. "translation": [ -2, 4, -5],
  36. "scale":[ 0.5, 0.5, 0.5]
  37. },
  38. "ground": {
  39. "rotation": [ 0, 0, 0 ],
  40. "translation": [ 4, 4, 2],
  41. "scale":[ 0.25, 0.25, 0.25]
  42. }
  43. },
  44. "overrides": [
  45. {"predicate":{"custom_model_data":1},"model":"item/shield/escudoprueba"}
  46. ]
  47. }
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement