Advertisement
Frousties

BlockArrowRight.json

Jun 11th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.00 KB | None | 0 0
  1. {
  2.     "variants": {
  3.         "facing=up": {
  4.             "true":  {  "facing=north": { "model": "randomdumps:BlockArrowRight", "y": 270 },
  5.                         "facing=east":  { "model": "randomdumps:BlockArrowRight" },
  6.                         "facing=south": { "model": "randomdumps:BlockArrowRight", "y": 90 },
  7.                         "facing=west":  { "model": "randomdumps:BlockArrowRight", "y": 180 } }
  8.             "false": {  "facing=north": { "model": "randomdumps:BlockArrowRightWall", "y": 270 },
  9.                         "facing=east":  { "model": "randomdumps:BlockArrowRightWall" },
  10.                         "facing=south": { "model": "randomdumps:BlockArrowRightWall", "y": 90 },
  11.                         "facing=west":  { "model": "randomdumps:BlockArrowRightWall", "y": 180 }}
  12.         },
  13.  
  14.         //Original references
  15.         //"facing=north": { "model": "randomdumps:BlockArrowRight", "y": 270 },
  16.         //"facing=east":  { "model": "randomdumps:BlockArrowRight" },
  17.         //"facing=south": { "model": "randomdumps:BlockArrowRight", "y": 90 },
  18.         //"facing=west":  { "model": "randomdumps:BlockArrowRight", "y": 180 }
  19.     }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement