Guest User

Untitled

a guest
Dec 30th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. melon_stem_fruit.JSON
  2.  
  3. {
  4. "parent": "block/stem_fruit",
  5. "textures": {
  6. "stem": "resmel:blocks/melon_stem_disconnected",
  7. "upperstem": "resmel:blocks/melon_stem_connected"
  8. }
  9. }
  10.  
  11.  
  12. melon_stem_growth0.JSON (Same for 1-7)
  13.  
  14. {
  15. "parent": "block/stem_growth0",
  16. "textures": {
  17. "stem": "blocks/melon_stem_disconnected"
  18. }
  19. }
  20.  
  21.  
  22. diamondMelonStem.JSON
  23. {
  24. "variants": {
  25. "age=0,facing=up": { "model": "resmel:items/melon_stem_growth0" },
  26. "age=1,facing=up": { "model": "resmel:items/melon_stem_growth1" },
  27. "age=2,facing=up": { "model": "resmel:items/melon_stem_growth2" },
  28. "age=3,facing=up": { "model": "resmel:items/melon_stem_growth3" },
  29. "age=4,facing=up": { "model": "resmel:items/melon_stem_growth4" },
  30. "age=5,facing=up": { "model": "resmel:items/melon_stem_growth5" },
  31. "age=6,facing=up": { "model": "resmel:items/melon_stem_growth6" },
  32. "age=7,facing=up": { "model": "resmel:items/melon_stem_growth7" },
  33. "facing=west": { "model": "resmel:block/diamondMelonStem" },
  34. "facing=east": { "model": "resmel:block/diamondMelonStem", "y": 180 },
  35. "facing=north": { "model": "resmel:block/diamondMelonStem", "y": 90 },
  36. "facing=south": { "model": "resmel:block/diamondMelonStem", "y": 270 }
  37. }
  38. }
  39.  
  40. diamondMelonStem.JSON
  41. {
  42. "parent": "block/stem_fruit",
  43. "textures": {
  44. "stem": "resmel:blocks/melon_stem_disconnected",
  45. "upperstem": "resmel:blocks/melon_stem_connected"
  46. }
  47. }
Add Comment
Please, Sign In to add comment