Guest User

conveyor_normal.json

a guest
Jan 1st, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.87 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "textures": {
  5.         "0": "logisticalautomation:blocks/conveyor_inside",
  6.         "1": "logisticalautomation:blocks/conveyor"
  7.     },
  8.     "model": "logisticalautomation:conveyor"
  9.   },
  10.   "variants": {
  11.     "normal": [{ "model": "logisticalautomation:conveyor" }],
  12.     "inventory": [{  
  13.         "submodel": {
  14.             "guard1": { "model": "logisticalautomation:guard" },
  15.             "guard2": { "model": "logisticalautomation:guard", "y": 180 }
  16.         }
  17.     }],
  18.     "facing": {
  19.       "north": {},
  20.       "south": {"y": 180},
  21.       "west": {"y": 270},
  22.       "east": {"y": 90},
  23.       "up": {"x": -90},
  24.       "down": {"x": 90}
  25.     },
  26.     "left": {
  27.         "true": {
  28.        
  29.         },
  30.         "false": {
  31.             "submodel": "logisticalautomation:guard"
  32.         }
  33.     },
  34.     "right": {
  35.         "true": {
  36.        
  37.         },
  38.         "false": {
  39.            
  40.         }
  41.     },
  42.     "back": {
  43.         "true": {
  44.        
  45.         },
  46.         "false": {
  47.            
  48.         }
  49.     }
  50.   }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment