Advertisement
WitherDoggie

Untitled

May 22nd, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. {
  2. "variants": {
  3. "east=false,north=false,south=false,west=false": { "model": "withermod:woodWall_oak_nsew" },
  4. "east=false,north=true,south=false,west=false": { "model": "withermod:woodWall_oak_n" },
  5. "east=true,north=false,south=false,west=false": { "model": "withermod:woodWall_oak_n", "y": 90 },
  6. "east=false,north=false,south=true,west=false": { "model": "withermod:woodWall_oak_n", "y": 180 },
  7. "east=false,north=false,south=false,west=true": { "model": "withermod:woodWall_oak_n", "y": 270 },
  8. "east=true,north=true,south=false,west=false": { "model": "withermod:woodWall_oak_ne" },
  9. "east=true,north=false,south=true,west=false": { "model": "withermod:woodWall_oak_ne", "y": 90 },
  10. "east=false,north=false,south=true,west=true": { "model": "withermod:woodWall_oak_ne", "y": 180 },
  11. "east=false,north=true,south=false,west=true": { "model": "withermod:woodWall_oak_ne", "y": 270 },
  12. "east=false,north=true,south=true,west=false": { "model": "withermod:woodWall_oak_ns" },
  13. "east=true,north=false,south=false,west=true": { "model": "withermod:woodWall_oak_ns", "y": 90 },
  14. "east=true,north=true,south=true,west=false": { "model": "withermod:woodWall_oak_nse" },
  15. "east=true,north=false,south=true,west=true": { "model": "withermod:woodWall_oak_nse", "y": 90 },
  16. "east=false,north=true,south=true,west=true": { "model": "withermod:woodWall_oak_nse", "y": 180 },
  17. "east=true,north=true,south=false,west=true": { "model": "withermod:woodWall_oak_nse", "y": 270 },
  18. "east=true,north=true,south=true,west=true": { "model": "withermod:woodWall_oak_nsew" }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement