Advertisement
Guest User

Untitled

a guest
Dec 26th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. {
  2.     "forge_marker": 1,
  3.     "defaults": {
  4.         "model": "storagecraft:grid_disconnected"
  5.     },
  6.     "variants": {
  7.         "type": {
  8.             "normal": {},
  9.             "crafing": {}
  10.         },
  11.         "connected": {
  12.             "true": {
  13.                 "model": "storagecraft:grid_connected"
  14.             },
  15.             "false": {}
  16.         },
  17.         "direction": {
  18.             "north": {},
  19.             "east": {
  20.                 "y": 90
  21.             },
  22.             "south": {
  23.                 "y": 180
  24.             },
  25.             "west": {
  26.                 "y": 270
  27.             },
  28.             "up": {
  29.                 "x": 270
  30.             },
  31.             "down": {
  32.                 "x": 90
  33.             }
  34.         }
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement