renadi

Untitled

Dec 13th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "path": "defaults/pams/plants/blueberry_plant.json",
  4. "id": "blueberry_plant",
  5. "plant_name": "Blueberry",
  6. "seed_name": "Blueberry Seeds",
  7. "seed_items": [
  8. "harvestcraft:blueberryseedItem"
  9. ],
  10. "description": {
  11. "translations": {},
  12. "default": "The new black gold"
  13. },
  14. "growth_chance": 0.9,
  15. "bonemeal": true,
  16. "tier": 1,
  17. "weedable": false,
  18. "aggressive": false,
  19. "spread_chance": 0.1,
  20. "spawn_chance": 0.0,
  21. "products": {
  22. "products": [
  23. {
  24. "min": 1,
  25. "max": 3,
  26. "chance": 0.95,
  27. "required": true,
  28. "item": "harvestcraft:blueberryItem",
  29. "meta": 0,
  30. "tags": "",
  31. "ignoreMeta": false,
  32. "ignoreTags": false,
  33. "useOreDict": false
  34. }
  35. ]
  36. },
  37. "requirement": {
  38. "min_light": 10,
  39. "max_light": 16,
  40. "soils": [
  41. "farmland_soil"
  42. ],
  43. "bases": [],
  44. "nearby": {}
  45. },
  46. "texture": {
  47. "render_type": "hash",
  48. "seed_texture": "harvestcraft:items/blueberryseedItem",
  49. "plant_textures": [
  50. "harvestcraft:blocks/crops/blueberry_stage_0",
  51. "harvestcraft:blocks/crops/blueberry_stage_1",
  52. "harvestcraft:blocks/crops/blueberry_stage_1",
  53. "harvestcraft:blocks/crops/blueberry_stage_2",
  54. "harvestcraft:blocks/crops/blueberry_stage_2",
  55. "harvestcraft:blocks/crops/blueberry_stage_3"
  56. ]
  57. }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment