plants.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. [
  2. {
  3. "type": "growingPlant",
  4. "name": "WheatSeeds",
  5. "readableName": "Growing wheat",
  6. "blockTypeAfterGrowth": "Wheat",
  7. "model": {
  8. "modelPath": "grass",
  9. "texturePaths": [
  10. "plants.ltdb/wheatseeds.png"
  11. ],
  12. "transparent": true
  13. },
  14. "mapColor": "0x5076C011",
  15. "hardness": 0.1,
  16. "ticksNeeded": 18000,
  17. "states": [
  18. {
  19. "percentage": 0.2,
  20. "model": {
  21. "modelPath": "grass",
  22. "texturePaths": [
  23. "plants.ltdb/wheatseedsa.png"
  24. ],
  25. "transparent": true
  26. }
  27. },
  28. {
  29. "percentage": 0.4,
  30. "model": {
  31. "modelPath": "grass",
  32. "texturePaths": [
  33. "plants.ltdb/wheatseedsb.png"
  34. ],
  35. "transparent": true
  36. }
  37. },
  38. {
  39. "percentage": 0.6,
  40. "model": {
  41. "modelPath": "grass",
  42. "texturePaths": [
  43. "plants.ltdb/wheatseedsc.png"
  44. ],
  45. "transparent": true
  46. }
  47. },
  48. {
  49. "percentage": 0.8,
  50. "model": {
  51. "modelPath": "grass",
  52. "texturePaths": [
  53. "plants.ltdb/wheatseedsd.png"
  54. ],
  55. "transparent": true
  56. }
  57. }
  58. ]
  59. },
  60. {
  61. "type": "basicBlock",
  62. "name": "Wheat",
  63. "itemType": null,
  64. "model": {
  65. "modelPath": "grass",
  66. "texturePaths": [
  67. "plants.ltdb/wheat.png"
  68. ]
  69. },
  70. "mapColor": "0x90A8C011",
  71. "drops": [
  72. {
  73. "type": "specificItem",
  74. "condition": {
  75. "type": "chance",
  76. "chance": 0.6
  77. },
  78. "amount": 1,
  79. "itemType": "Wheat"
  80. },
  81. {
  82. "type": "specificItem",
  83. "condition": {
  84. "type": "chance",
  85. "chance": 0.6
  86. },
  87. "amount": 1,
  88. "itemType": "Wheat"
  89. },
  90. {
  91. "type": "specificItem",
  92. "condition": {
  93. "type": "chance",
  94. "chance": 0.6
  95. },
  96. "amount": 1,
  97. "itemType": "Wheat"
  98. },
  99. {
  100. "type": "specificItem",
  101. "condition": {
  102. "type": "chance",
  103. "chance": 0.6
  104. },
  105. "amount": 1,
  106. "itemType": "Wheat"
  107. }
  108. ]
  109. },
  110. {
  111. "type": "growingPlant",
  112. "name": "CottonSeeds",
  113. "readableName": "Growing Cotton",
  114. "blockTypeAfterGrowth": "Cotton Plant",
  115. "model": {
  116. "modelPath": "grass",
  117. "texturePaths": [
  118. "plants.ltdb/cottonseeds.png"
  119. ],
  120. "transparent": true
  121. },
  122. "mapColor": "0x909090",
  123. "hardness": 0.1,
  124. "ticksNeeded": 18000,
  125. "states": [
  126. {
  127. "percentage": 0,
  128. "model": {
  129. "modelPath": "plants.m3/smallPlant",
  130. "texturePaths": [
  131. "plants.ltdb/smallplant.png"
  132. ]
  133. }
  134. },
  135. {
  136. "percentage": 0.5,
  137. "model": {
  138. "modelPath": "plants.m3/cotton_growing",
  139. "texturePaths": [
  140. "plants.ltdb/cottongrowing."
  141. ]
  142. }
  143. }
  144. ]
  145. },
  146. {
  147. "type": "basicBlock",
  148. "name": "Cotton Plant",
  149. "itemType": null,
  150. "model": {
  151. "modelPath": "plants.m3/cotton",
  152. "texturePaths": [
  153. "plants.ltdb/cotton.png"
  154. ]
  155. },
  156. "mapColor": "0xB0B0B0",
  157. "drops": [
  158. {
  159. "type": "specificItem",
  160. "condition": {
  161. "type": "chance",
  162. "chance": 0.75
  163. },
  164. "amount": 1,
  165. "itemType": "Wool"
  166. },
  167. {
  168. "type": "specificItem",
  169. "condition": {
  170. "type": "chance",
  171. "chance": 0.75
  172. },
  173. "amount": 1,
  174. "itemType": "Wool"
  175. },
  176. {
  177. "type": "specificItem",
  178. "condition": {
  179. "type": "chance",
  180. "chance": 0.75
  181. },
  182. "amount": 1,
  183. "itemType": "Wool"
  184. },
  185. {
  186. "type": "specificItem",
  187. "condition": {
  188. "type": "chance",
  189. "chance": 0.7
  190. },
  191. "amount": 1,
  192. "itemType": "CottonSeeds"
  193. },
  194. {
  195. "type": "specificItem",
  196. "condition": {
  197. "type": "chance",
  198. "chance": 0.4
  199. },
  200. "amount": 1,
  201. "itemType": "CottonSeeds"
  202. }
  203. ]
  204. }
  205. ]