Advertisement
Guest User

Untitled

a guest
Jul 9th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. samPlant.json block state
  2.  
  3. {
  4. "variants": {
  5. "age=0": { "model": "wuppy29_samsmod:samPlant_stage0" },
  6. "age=1": { "model": "wuppy29_samsmod:samPlant_stage1" },
  7. "age=2": { "model": "wuppy29_samsmod:samPlant_stage2" }
  8. }
  9. }
  10.  
  11.  
  12. samPlant_stage0 block model
  13.  
  14. {
  15. "parent": "block/cross",
  16. "textures": {
  17. "cross": "wuppy29_samsmod:blocks/samPlant0"
  18. }
  19. }
  20.  
  21.  
  22. samPlant item model
  23.  
  24. {
  25. "parent": "wuppy29_samsmod:block/samPlant_stage0",
  26. "textures": {
  27. "layer0": "wuppy29_samsmod:blocks/samPlant0"
  28. },
  29. "display": {
  30. "thirdperson": {
  31. "rotation": [ -90, 0, 0 ],
  32. "translation": [ 0, 1, -3 ],
  33. "scale": [ 0.55, 0.55, 0.55 ]
  34. },
  35. "firstperson": {
  36. "rotation": [ 0, -135, 25 ],
  37. "translation": [ 0, 4, 2 ],
  38. "scale": [ 1.7, 1.7, 1.7 ]
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement