Advertisement
Guest User

Untitled

a guest
Jul 24th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. { (item 1 this bit not in code)
  2. "parent": "builtin/generated",
  3. "textures": {
  4. "layer0": "pvpoverhaul:items/gauze"
  5. },
  6. "display": {
  7. "thirdperson": {
  8. "rotation": [ -90, 0, 0 ],
  9. "translation": [ 0, 1, -3 ],
  10. "scale": [ 0.55, 0.55, 0.55 ]
  11. },
  12. "firstperson": {
  13. "rotation": [ 0, -135, 25 ],
  14. "translation": [ 0, 4, 2 ],
  15. "scale": [ 1.7, 1.7, 1.7 ]
  16. }
  17. }
  18. }
  19.  
  20. { (item 2 this bit not in code this is the .json file)
  21. "parent": "builtin/generated",
  22. "textures": {
  23. "layer0": "pvpoverhaul:items/poisonSteak"
  24. },
  25. "display": {
  26. "thirdperson": {
  27. "rotation": [ -90, 0, 0 ],
  28. "translation": [ 0, 1, -3 ],
  29. "scale": [ 0.55, 0.55, 0.55 ]
  30. },
  31. "firstperson": {
  32. "rotation": [ 0, -135, 25 ],
  33. "translation": [ 0, 4, 2 ],
  34. "scale": [ 1.7, 1.7, 1.7 ]
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement