Advertisement
Guest User

Untitled

a guest
Jun 13th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.88 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "textures": {"all": "blocks/fcraft_basic_fluid_pipe_block"},
  5.     "model": "fcraft:fcraft_pipe/fcraft_pipe_base"
  6.   },
  7.   "variants": {
  8.     "connect_down": {
  9.       "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_down"},
  10.       "false": {}
  11.     },
  12.     "connect_east": {
  13.       "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_east"},
  14.       "false": {}
  15.     },
  16.     "connect_north": {
  17.       "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_north"},
  18.       "false": {}
  19.     },
  20.     "connect_south": {
  21.       "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_south"},
  22.       "false": {}
  23.     },
  24.     "connect_up": {
  25.       "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_up"},
  26.       "false": {}
  27.     },
  28.     "connect_west": {
  29.       "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_west"},
  30.       "false": {}
  31.     }
  32.   }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement