Advertisement
Guest User

Untitled

a guest
Nov 9th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. {
  2. "_name": "minecraft:leaves",
  3. "stats": {
  4. "opacity": 1,
  5. "brightness": 0,
  6. "hardness": 0.2,
  7. "resistance": 1.0,
  8. "sound": "grass",
  9. "slipperiness": 0.6,
  10. "tool_data": []
  11. },
  12. {
  13. "function": "item_stats",
  14. "functions": [
  15. {
  16. "function": "color",
  17. "value": "0x8f7766"
  18. }
  19. ]
  20. },
  21. "break_speed": [],
  22. "drops": [
  23. {
  24. "function": "default",
  25. "value": "false"
  26. },
  27. {
  28. "function": "if_metadata_0",
  29. "functions": [
  30. {
  31. "function": "add",
  32. "id": "desertcraft:Desert Plants",
  33. "damage": 15,
  34. "count": 1
  35. },
  36. {
  37. "function": "add",
  38. "id": "BiomesOPlenty:foliage",
  39. "damage": 15,
  40. "count": 0.5
  41. }
  42. ]
  43. },
  44. {
  45. "function": "if_metadata_1",
  46. "functions": [
  47. {
  48. "function": "add",
  49. "id": "desertcraft:Desert Plants",
  50. "damage": 15,
  51. "count": 1
  52. },
  53. {
  54. "function": "add",
  55. "id": "BiomesOPlenty:foliage",
  56. "damage": 15,
  57. "count": 0.5
  58. }
  59. ]
  60. },
  61. {
  62. "function": "if_metadata_2",
  63. "functions": [
  64. {
  65. "function": "add",
  66. "id": "desertcraft:Desert Plants",
  67. "damage": 15,
  68. "count": 1
  69. },
  70. {
  71. "function": "add",
  72. "id": "BiomesOPlenty:foliage",
  73. "damage": 15,
  74. "count": 0.5
  75. }
  76. ]
  77. },
  78. {
  79. "function": "if_metadata_3",
  80. "functions": [
  81. {
  82. "function": "add",
  83. "id": "desertcraft:Desert Plants",
  84. "damage": 15,
  85. "count": 1
  86. },
  87. {
  88. "function": "add",
  89. "id": "BiomesOPlenty:foliage",
  90. "damage": 15,
  91. "count": 0.5
  92. }
  93. ]
  94. }
  95. ],
  96. "harvest": [],
  97. "xp": []
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement