Advertisement
Guest User

Untitled

a guest
Aug 7th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. {
  2. "textures": {
  3. "0": "bordthings:items/monument_wall",
  4. "1": "bordthings:items/monument_wall_back"
  5. },
  6. "display": {
  7. "thirdperson_righthand": {
  8. "rotation": [ 0, 90, 0 ],
  9. "translation": [ 10.51, 6, -4 ],
  10. "scale": [ 1, 1, 1 ]
  11. },
  12. "thirdperson_lefthand": {
  13. "rotation": [ 0, 90, 0 ],
  14. "translation": [ 10.51, 6, 12 ],
  15. "scale": [ 1, 1, 1 ]
  16. },
  17. "firstperson_righthand": {
  18. "rotation": [ 0, 180, 5 ],
  19. "translation": [ -10, 2, -10 ],
  20. "scale": [ 1.25, 1.25, 1.25 ]
  21. },
  22. "firstperson_lefthand": {
  23. "rotation": [ 0, 180, 5 ],
  24. "translation": [ 10, 0, -10 ],
  25. "scale": [ 1.25, 1.25, 1.25 ]
  26. },
  27. "gui": {
  28. "rotation": [ 15, -25, -5 ],
  29. "translation": [ 2, 3, 0 ],
  30. "scale": [ 0.65, 0.65, 0.65 ]
  31. },
  32. "fixed": {
  33. "rotation": [ 0, 180, 0 ],
  34. "translation": [ -12.8, 13.5, -12.5],
  35. "scale":[ 1.6, 1.6, 1.6]
  36. },
  37. "ground": {
  38. "rotation": [ 0, 0, 0 ],
  39. "translation": [ 4, 6, 4],
  40. "scale":[ 0.5, 0.5, 0.5]
  41. }
  42. },
  43. "elements": [
  44. {
  45. "name": "Cube",
  46. "from": [ -8.0, -11.0, -1.0 ],
  47. "to": [ 8.0, 11.0, 0.5 ],
  48. "faces": {
  49. "north": { "texture": "#1", "uv": [ 0.0, 0.0, 12.0, 16.0 ] },
  50. "east": { "texture": "#1", "uv": [ 0.0, 0.0, 0.5, 16.0 ] },
  51. "south": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 16.0 ] },
  52. "west": { "texture": "#1", "uv": [ 12.0, 0.0, 11.5, 16.0 ] },
  53. "up": { "texture": "#1", "uv": [ 0.0, 0.0, 12.0, 0.5 ], "rotation": 180 },
  54. "down": { "texture": "#1", "uv": [ 0.0, 15.500000000000002, 12.0, 15.999999999999998 ], "rotation": 180 }
  55. }
  56. }
  57. ],
  58. "overrides": [
  59. {
  60. "predicate": {
  61. "minecraft:blocking": 1
  62. },
  63. "model": "bordthings:item/monument_blocking"
  64. }
  65. ]
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement