Advertisement
ButterAleks

block_of_pastry.json

Feb 3rd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. "__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
  2. "textures": {
  3. "block_of_pastry": "ri:textures/blocks/block_of_pastry",
  4. "bottem": "ri:textures/blocks/bottem",
  5. "frosting": "ri:textures/blocks/frosting"
  6. },
  7. "display": {
  8. "gui": {
  9. "rotation": [ 30, 45, 0 ],
  10. "translation": [ 0, 0, 0 ],
  11. "scale": [ 0.625, 0.625, 0.625 ]
  12. },
  13. "ground": {
  14. "rotation": [ 0, 0, 0 ],
  15. "translation": [ 0, 3, 0 ],
  16. "scale": [ 0.25, 0.25, 0.25 ]
  17. },
  18. "fixed": {
  19. "rotation": [ 0, 180, 0 ],
  20. "translation": [ 0, 0, 0 ],
  21. "scale": [ 1, 1, 1 ]
  22. },
  23. "head": {
  24. "rotation": [ 0, 180, 0 ],
  25. "translation": [ 0, 0, 0 ],
  26. "scale": [ 1, 1, 1 ]
  27. },
  28. "firstperson_righthand": {
  29. "rotation": [ 0, 315, 0 ],
  30. "translation": [ 0, 2.5, 0 ],
  31. "scale": [ 0.4, 0.4, 0.4 ]
  32. },
  33. "thirdperson_righthand": {
  34. "rotation": [ 75, 315, 0 ],
  35. "translation": [ 0, 2.5, 0 ],
  36. "scale": [ 0.375, 0.375, 0.375 ]
  37. }
  38. },
  39. "elements": [
  40. {
  41. "name": "Cube",
  42. "from": [ 0, 0, 0 ],
  43. "to": [ 16, 16, 16 ],
  44. "faces": {
  45. "north": { "texture": "#block_of_pastry", "uv": [ 0, 0, 16, 16 ] },
  46. "east": { "texture": "#block_of_pastry", "uv": [ 0, 0, 16, 16 ] },
  47. "south": { "texture": "#block_of_pastry", "uv": [ 0, 0, 16, 16 ] },
  48. "west": { "texture": "#block_of_pastry", "uv": [ 0, 0, 16, 16 ] },
  49. "up": { "texture": "#frosting", "uv": [ 0, 0, 16, 16 ] },
  50. "down": { "texture": "#bottem", "uv": [ 0, 0, 16, 16 ] }
  51. }
  52. }
  53. ]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement