Advertisement
PaleoCrafter

Untitled

Jul 2nd, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.85 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "textures": {
  5.       "stonebrick": "blocks/stonebrick",
  6.       "wires": "scientificrevolution:blocks/wires"
  7.     },
  8.     "model": "scientificrevolution:energy_pipe.b3d",
  9.     "transform": "forge:default-block"
  10.   },
  11.   "variants": {
  12.     "down": {
  13.       "true": {},
  14.       "false": {
  15.         "submodel": {
  16.           "model": "scientificrevolution:energy_pipe_plug.b3d",
  17.           "x": 180
  18.         }
  19.       }
  20.     },
  21.     "up": {
  22.       "true": {},
  23.       "false": {
  24.         "submodel": "scientificrevolution:energy_pipe_plug.b3d"
  25.       }
  26.     },
  27.     "north": {
  28.       "true": {},
  29.       "false": {}
  30.     },
  31.     "south": {
  32.       "true": {},
  33.       "false": {}
  34.     },
  35.     "west": {
  36.       "true": {},
  37.       "false": {}
  38.     },
  39.     "east": {
  40.       "true": {},
  41.       "false": {}
  42.     },
  43.     "inventory": [{}]
  44.   }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement