Advertisement
PaleoCrafter

Untitled

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