Advertisement
42Scope42

New Tripwire Blockstates v2

Oct 17th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. {
  2. "default": { "model": "" },
  3. "variants": {
  4. "attached=false,suspended=false": {
  5. "east=false,north=false,south=false,west=false": { "model": "tripwire_n" },
  6. "east=false,north=false,south=false,west=false": { "model": "tripwire_n", "y": 180 },
  7.  
  8. "north=true": { "model": "tripwire_n" },
  9. "east=false,north=true,south=false,west=false": { "model": "tripwire_bit" },
  10.  
  11. "east=true": { "model": "tripwire_n", "y": 90 },
  12. "east=true,north=false,south=false,west=false": { "model": "tripwire_bit", "y": 90 },
  13.  
  14. "south=true": { "model": "tripwire_n", "y": 180 },
  15. "east=false,north=false,south=true,west=false": { "model": "tripwire_bit", "y": 180 },
  16.  
  17. "west=true": { "model": "tripwire_n", "y": 270 },
  18. "east=false,north=false,south=false,west=true": { "model": "tripwire_bit", "y": 270 },
  19. },
  20. "attached=false,suspended=true": {
  21. "east=false,north=false,south=false,west=false": { "model": "tripwire_suspended_n" },
  22. "east=false,north=false,south=false,west=false": { "model": "tripwire_suspended_n", "y": 180 },
  23.  
  24. "north=true": { "model": "tripwire_suspended_n" },
  25. "east=false,north=true,south=false,west=false": { "model": "tripwire_suspended_bit" },
  26.  
  27. "east=true": { "model": "tripwire_suspended_n", "y": 90 },
  28. "east=true,north=false,south=false,west=false": { "model": "tripwire_suspended_bit", "y": 90 },
  29.  
  30. "south=true": { "model": "tripwire_suspended_n", "y": 180 },
  31. "east=false,north=false,south=true,west=false": { "model": "tripwire_suspended_bit", "y": 180 },
  32.  
  33. "west=true": { "model": "tripwire_suspended_n", "y": 270 },
  34. "east=false,north=false,south=false,west=true": { "model": "tripwire_suspended_bit", "y": 270 },
  35. },
  36. "attached=true,suspended=false": {
  37. "east=false,north=false,south=false,west=false": { "model": "tripwire_attached_n" },
  38. "east=false,north=false,south=false,west=false": { "model": "tripwire_attached_n", "y": 180 },
  39.  
  40. "north=true": { "model": "tripwire_attached_n" },
  41. "east=false,north=true,south=false,west=false": { "model": "tripwire_attached_bit" },
  42.  
  43. "east=true": { "model": "tripwire_attached_n", "y": 90 },
  44. "east=true,north=false,south=false,west=false": { "model": "tripwire_attached_bit", "y": 90 },
  45.  
  46. "south=true": { "model": "tripwire_attached_n", "y": 180 },
  47. "east=false,north=false,south=true,west=false": { "model": "tripwire_attached_bit", "y": 180 },
  48.  
  49. "west=true": { "model": "tripwire_attached_n", "y": 270 },
  50. "east=false,north=false,south=false,west=true": { "model": "tripwire_attached_bit", "y": 270 },
  51. },
  52. "attached=true,suspended=true": {
  53. "east=false,north=false,south=false,west=false": { "model": "tripwire_attached_suspended_n" },
  54. "east=false,north=false,south=false,west=false": { "model": "tripwire_attached_suspended_n", "y": 180 },
  55.  
  56. "north=true": { "model": "tripwire_attached_suspended_n" },
  57. "east=false,north=true,south=false,west=false": { "model": "tripwire_attached_suspended_bit" },
  58.  
  59. "east=true": { "model": "tripwire_attached_suspended_n", "y": 90 },
  60. "east=true,north=false,south=false,west=false": { "model": "tripwire_attached_suspended_bit", "y": 90 },
  61.  
  62. "south=true": { "model": "tripwire_attached_suspended_n", "y": 180 },
  63. "east=false,north=false,south=true,west=false": { "model": "tripwire_attached_suspended_bit", "y": 180 },
  64.  
  65. "west=true": { "model": "tripwire_attached_suspended_n", "y": 270 },
  66. "east=false,north=false,south=false,west=true": { "model": "tripwire_attached_suspended_bit", "y": 270 },
  67. }
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement