Advertisement
KnightMiner

North Slime Channel

Jun 30th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.95 KB | None | 0 0
  1. {
  2.     "forge_marker": 1,
  3.     "defaults": {
  4.         "model": "tconstruct:slime_channel",
  5.         "textures": {
  6.           "slime": "tconstruct:blocks/fluids/liquid_flow"
  7.         }
  8.     },
  9.     "variants": {
  10.         "facing": {
  11.             "west": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 90 } } },
  12.             "east": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 270 } } },
  13.             "south": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 180 } } },
  14.             "north":  { "transform": { "post-rotation": { "x": 90 } } }
  15.         },
  16.         "powered": {
  17.             "true": { "textures": { "slime": "tconstruct:blocks/fluids/slime_channel_still" } },
  18.             "false": {}
  19.         },
  20.         "connected": {
  21.             "none": {},
  22.             "inner": { "model": "tconstruct:slime_channel_inner" },
  23.             "outer": { "model": "tconstruct:slime_channel_outer" }
  24.         }
  25.     }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement