Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "multipart": [
  4. { "when": { "up": "true" },
  5. "apply": { "model": "wall_post", "texture":{"wall":"thebetweenlands:blocks/betweenstone_bricks"} }
  6. },
  7. { "when": { "north": "true" },
  8. "apply": { "model": "wall_side", "uvlock": true, "texture":{"wall":"thebetweenlands:blocks/betweenstone_bricks"} }
  9. },
  10. { "when": { "east": "true" },
  11. "apply": { "model": "wall_side", "y": 90, "uvlock": true, "texture":{"wall":"thebetweenlands:blocks/betweenstone_bricks"} }
  12. },
  13. { "when": { "south": "true" },
  14. "apply": { "model": "wall_side", "y": 180, "uvlock": true, "texture":{"wall":"thebetweenlands:blocks/betweenstone_bricks"} }
  15. },
  16. { "when": { "west": "true" },
  17. "apply": { "model": "wall_side", "y": 270, "uvlock": true, "texture":{"wall":"thebetweenlands:blocks/betweenstone_bricks"} }
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement