Guest User

redstone_wire.json

a guest
May 2nd, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.84 KB | None | 0 0
  1. {
  2.     "multipart": [
  3.         {   "when": { "OR": [
  4.                 {"north": "none", "east": "none", "south": "none", "west": "none"},
  5.                 {"north": "side|up", "east": "side|up" },
  6.                 {"east": "side|up", "south": "side|up" },
  7.                 {"south": "side|up", "west": "side|up"},
  8.                 {"west": "side|up", "north": "side|up"}
  9.             ]},
  10.             "apply": { "model": "redstone_dot" }
  11.         },
  12.         {   "when": { "OR": [
  13.                 { "north": "side|up" },
  14.                 { "north": "none", "east": "none", "south": "side|up", "west": "none" }
  15.             ]},
  16.             "apply": { "model": "redstone_side0" }
  17.         },
  18.         {   "when": { "OR": [
  19.                 { "south": "side|up" },
  20.                 { "north": "side|up", "east": "none", "south": "none", "west": "none" }
  21.             ]},
  22.             "apply": { "model": "redstone_side_alt0" }
  23.         },
  24.         {   "when": { "OR": [
  25.                 { "east": "side|up" },
  26.                 { "north": "none", "east": "none", "south": "none", "west": "side|up" }
  27.             ]},
  28.             "apply": { "model": "redstone_side_alt1", "y": 270 }
  29.         },
  30.         {   "when": { "OR": [
  31.                 { "west": "side|up" },
  32.                 { "north": "none", "east": "side|up", "south": "none", "west": "none" }
  33.             ]},
  34.             "apply": { "model": "redstone_side1", "y": 270 }
  35.         },
  36.         {   "when": { "north": "up" },
  37.             "apply": { "model": "redstone_up" }
  38.         },
  39.         {   "when": { "east": "up" },
  40.             "apply": { "model": "redstone_up", "y": 90 }
  41.         },
  42.         {   "when": { "south": "up" },
  43.             "apply": { "model": "redstone_up", "y": 180 }
  44.         },
  45.         {   "when": { "west": "up" },
  46.             "apply": { "model": "redstone_up", "y": 270 }
  47.         }
  48.     ]
  49. }
Add Comment
Please, Sign In to add comment