Advertisement
Guest User

Untitled

a guest
Dec 26th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. {
  2. "parent": "builtin/generated",
  3. "textures": {
  4. "layer0": "stagecraft:items/hammer"
  5. },
  6. "display": {
  7. "thirdperson": {
  8. "rotation": [ -90, 0, 0 ],
  9. "translation": [ 0, 1, -3 ],
  10. "scale": [ 0.55, 0.55, 0.55 ]
  11. },
  12. "firstperson": {
  13. "rotation": [ 0, -135, 25 ],
  14. "translation": [ 0, 4, 2 ],
  15. "scale": [ 1.7, 1.7, 1.7 ]
  16. }
  17. }
  18. }
  19. ModelLoader.setCustomModelResourceLocation(hammer, 0, new ModelResourceLocation("stagecraft:hammer", "inventory"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement