Guest User

Untitled

a guest
Dec 31st, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "parent":"builtin/generated",
  3. "textures": {
  4. "body":"minecraft:items/iron_ingot"
  5. },
  6. "elements": [
  7. {
  8. "__comment": "Launcher Base",
  9. "from": [-2, -2, 0],
  10. "to": [4, 4, 2],
  11. "faces": {
  12. "down": { "uv": [ 0, 0, 64, 32 ], "texture": "#body", "rotation": 180, "cullface": "down" },
  13. "up": { "uv": [ 0, 0, 64, 32 ], "texture": "#body", "rotation": 180 },
  14. "north": { "uv": [ 0, 0, 64, 32 ], "texture": "#body" },
  15. "south": { "uv": [ 0, 0, 64, 32 ], "texture": "#body" },
  16. "west": { "uv": [ 0, 0, 64, 32 ], "texture": "#body", "rotation": 90 },
  17. "east": { "uv": [ 0, 0, 64, 32 ], "texture": "#body", "rotation": 270 }
  18. }
  19. }
  20. ],
  21. "display": {
  22. "thirdperson": {
  23. "rotation": [ -90, 0, 0 ],
  24. "translation": [ 0, 1, -3 ],
  25. "scale": [ 0.55, 0.55, 0.55 ]
  26. },
  27. "firstperson": {
  28. "rotation": [ 0, -135, 25 ],
  29. "translation": [ 0, 4, 2 ],
  30. "scale": [ 1.7, 1.7, 1.7 ]
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment