Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. {
  2. "parent": "block/cube_all",
  3. "textures": {
  4. "all": "wuppy29_samsmod:blocks/samStone"
  5. }
  6. }
  7.  
  8. {
  9. "parent": "wuppy29_samsmod:block/samOre",
  10. "display": {
  11. "thirdperson": {
  12. "rotation": [ 10, -45, 170 ],
  13. "translation": [ 0, 1.5, -2.75 ],
  14. "scale": [ 0.375, 0.375, 0.375 ]
  15. }
  16. }
  17. }
  18.  
  19. {
  20. "parent": "block/cube_all",
  21. "textures": {
  22. "all": "wuppy29_samsmod:blocks/samWall"
  23. }
  24. }
  25.  
  26. {
  27. "parent": "wuppy29_samsmod:block/samWall",
  28. "display": {
  29. "thirdperson": {
  30. "rotation": [ 10, -45, 170 ],
  31. "translation": [ 0, 1.5, -2.75 ],
  32. "scale": [ 0.375, 0.375, 0.375 ]
  33. }
  34. }
  35. }
  36.  
  37. {
  38. "variants": {
  39. "variant=ore": { "model": "wuppy29_samsmod:samOre" },
  40. "variant=wall": { "model": "wuppy29_samsmod:samWall" }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement