Advertisement
FriedrichLP

Untitled

Nov 1st, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "textures": {
  5. "#None": "110core:blocks/BlockHektometer.png"
  6. },
  7. "custom":{
  8. "flip-v": true
  9. },
  10. "model": "110core:hektometer.obj",
  11. "uvlock": true
  12. },
  13. "variants": {
  14. "normal": [{}],
  15. "inventory": [{
  16. "transform": {
  17. "gui": {
  18. "rotation": [{"x": 30}, {"y": -45}],
  19. "translation": [ 0, -0.1875, 0],
  20. "scale": 1
  21. },
  22. "ground": {
  23. "translation": [ 0, 0, 0],
  24. "scale": 1
  25. },
  26. "fixed": {
  27. "scale": 1
  28. },
  29. "thirdperson_righthand": {
  30. "rotation": [ {"x":70}, {"y":180}],
  31. "translation": [ -0.5, 0.1875, -0.4375],
  32. "scale": 1
  33. },
  34. "thirdperson_lefthand": {
  35. "rotation": [ {"x":70}, {"y":180}],
  36. "translation": [ 0.5, 0.1875, -0.4375],
  37. "scale": 1
  38. },
  39. "firstperson_righthand": {
  40. "rotation": [ {"x":30} ],
  41. "translation": [ 0.75, 0, 0],
  42. "scale": 1
  43. },
  44. "firstperson_lefthand": {
  45. "rotation": [ {"y":0} ],
  46. "translation": [ 0, 0, 0],
  47. "scale": 1
  48. }
  49. }
  50. }]
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement