Advertisement
Guest User

Untitled

a guest
Dec 16th, 2022
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ITEM:
  2. {
  3. "parent": "laserbridges:block/laser_source_block"
  4. }
  5.  
  6. BLOCK:
  7. {
  8. "parent": "block/block",
  9. "display": {
  10. "head": {
  11. "rotation": [ -180, 0, 0 ],
  12. "translation": [ 8.5, 4, 0 ]
  13. },
  14. "thirdperson_righthand": {
  15. "rotation": [37, 41, 0],
  16. "translation": [-1.25, 4.5, 0],
  17. "scale": [0.6, 0.6, 0.6]
  18. },
  19. "firstperson_righthand": {
  20. "rotation": [39, 0, 0]
  21. }
  22. },
  23. "textures": {
  24. "0": "laserbridges:block/laser_source_block",
  25. "particle": "laserbridges:block/laser_source_block"
  26. },
  27. "elements": [
  28. {
  29. "from": [5, 0, 0],
  30. "to": [11, 2, 16],
  31. "faces": {
  32. "north": {"uv": [6, 2, 9, 3], "texture": "#0"},
  33. "east": {"uv": [6, 0, 14, 1], "texture": "#0"},
  34. "south": {"uv": [6, 3, 9, 4], "texture": "#0"},
  35. "west": {"uv": [6, 1, 14, 2], "texture": "#0"},
  36. "up": {"uv": [3, 8, 0, 0], "texture": "#0"},
  37. "down": {"uv": [6, 0, 3, 8], "texture": "#0"}
  38. }
  39. }
  40. ],
  41. "groups": [
  42. {
  43. "name": "group",
  44. "origin": [8, 8, 8],
  45. "color": 0,
  46. "children": [0]
  47. }
  48. ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement