Advertisement
Guest User

Untitled

a guest
Feb 9th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. assets/sublime/blockstates:
  2. {
  3. "variants": {
  4. "normal": { "model": "sublime:labBench" }
  5. }
  6. }
  7.  
  8. assets/sublime/models/block:
  9. {
  10. "parent": "sublime:block/labBench",
  11. "textures": {
  12. "end": "blocks/lab_bench_top.png",
  13. "side": "blocks/lab_bench_side.png"
  14. }
  15. }
  16.  
  17. assets/sublime/models/item:
  18. {
  19. "parent": "sublime:block/labBench",
  20. "display": {
  21. "thirdperson": {
  22. "rotation": [ 10, -45, 170 ],
  23. "translation": [ 0, 1.5, -2.75 ],
  24. "scale": [ 0.375, 0.375, 0.375 ]
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement