Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. //Blockstates
  2. {
  3. "variants": {
  4. "normal": { "model": "swaggg:block/tutorialBlock" }
  5. }
  6. }
  7. //Block model
  8. {
  9. "parent": "block/cube_all",
  10. "textures": {
  11. "all": "swaggg:blocks/tutorialBlock"
  12. }
  13. }
  14. //Item model
  15. {
  16. "parent": "swaggg:block/tutorialBlock",
  17. "display": {
  18. "thirdperson": {
  19. "rotation": [ 10, -45, 170 ],
  20. "translation": [ 0, 1.5, -2.75 ],
  21. "scale": [ 0.375, 0.375, 0.375 ]
  22. }
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement