Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4.     "model": <BLAH>,
  5.     "textures": { <BLAH> },
  6.     "submodel": {
  7.         "subpart": {
  8.             "model": <BLAH>
  9.         }
  10.     }
  11. },
  12. "variants": {
  13.     "facing": {
  14.         "north": {},
  15.         "east": { "y": 90 },
  16.         "south": { "y": 180 },
  17.         "east": { "y": 270 }
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement