Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "textures": {
  5. "plate": "placeableitems:blocks/plate"
  6. }
  7. },
  8. "variants": {
  9. "facing": {
  10. "d0": {"y": 0},
  11. "d45": {"transform": {"rotation": {"y": 45}} },
  12. "d90": {"y": 90},
  13. "d135": {"transform": {"rotation": {"y": 135}}},
  14. "d180": {"y": 180},
  15. "d225": {"transform": {"rotation": {"y": 225}}},
  16. "d270": {"y": 270},
  17. "d315": {"transform": {"rotation": {"y": 315}}}
  18. },
  19. "type": {
  20. "raw": {
  21. "textures": {
  22. "texture": "placeableitems:blocks/fish",
  23. "particle": "placeableitems:blocks/fish"
  24. }
  25. },
  26. "cooked": {
  27. "textures": {
  28. "texture": "placeableitems:blocks/fish_cooked",
  29. "particle": "placeableitems:blocks/fish_cooked"
  30. }
  31. }
  32. },
  33. "position": {
  34. "up": { "model": "placeableitems:fish_up" },
  35. "down": { "model": "placeableitems:fish" }
  36. },
  37. "plated": {
  38. "true": { "submodel": "placeableitems:plate" },
  39. "false": {}
  40. }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement