Advertisement
Guest User

Untitled

a guest
May 24th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "model": "storagehub:network_pipe_core"
  5.   },
  6.   "variants": {
  7.     "up": {
  8.       "none": {
  9.       },
  10.       "pipe": {
  11.         "submodel": "storagehub:network_pipe_north",
  12.         "x": -90
  13.       },
  14.       "machine": {
  15.         "submodel": "storagehub:network_pipe_connector",
  16.         "x": -90
  17.       }
  18.     },
  19.     "down": {
  20.       "none": {
  21.       },
  22.       "pipe": {
  23.         "submodel": "storagehub:network_pipe_north",
  24.         "x": 90
  25.       },
  26.       "machine": {
  27.         "submodel": "storagehub:network_pipe_connector",
  28.         "x": 90
  29.       }
  30.     },
  31.     // excluded the ones for the other facings (north,south,west,east)... they are the same just with different x/y rotations
  32.  
  33.     "north=pipe,south=pipe,west=none,east=none,up=none,down=none": [{
  34.       "model": "storagehub:network_pipe_straight"
  35.     }]
  36.   }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement