Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. {
  2. "path": "mod_mysticalagriculture/plants/tier5_inferium_plant.json",
  3. "enabled": true,
  4. "id": "mysticalagriculture:tier5_inferium_plant",
  5. "plant_name": "Tier5 Inferium Crop",
  6. "seed_name": "Tier5 Inferium Seeds",
  7. "seed_items": [
  8. {
  9. "item": "mysticalagriculture:tier5_inferium_seeds",
  10. "meta": 0,
  11. "tags": "",
  12. "ignoreMeta": false,
  13. "ignoreTags": [
  14. "*"
  15. ],
  16. "useOreDict": false
  17. }
  18. ],
  19. "description": {
  20. "translations": {},
  21. "default": "Tier5 Inferium Seeds."
  22. },
  23. "growth_chance": 0.9,
  24. "growth_bonus": 0.025,
  25. "bonemeal": false,
  26. "tier": 1,
  27. "weedable": false,
  28. "aggressive": false,
  29. "spread_chance": 0.1,
  30. "spawn_chance": 0.0,
  31. "grass_drop_chance": 0.0,
  32. "seed_drop_chance": 1.0,
  33. "seed_drop_bonus": 0.0,
  34. "products": {
  35. "products": [
  36. {
  37. "min": 1,
  38. "max": 5,
  39. "chance": 0.9,
  40. "required": true,
  41. "item": "mysticalagriculture:inferium_essence",
  42. "meta": 0,
  43. "tags": "",
  44. "ignoreMeta": false,
  45. "ignoreTags": [],
  46. "useOreDict": false
  47. }
  48. ]
  49. },
  50. "requirement": {
  51. "min_light": 10,
  52. "max_light": 16,
  53. "soils": [
  54. "farmland_soil"
  55. ],
  56. "conditions": []
  57. },
  58. "texture": {
  59. "render_type": "cross",
  60. "seed_texture": "mysticalagriculture:items/inferium_seeds",
  61. "plant_textures": [
  62. "mysticalagriculture:blocks/crop0",
  63. "mysticalagriculture:blocks/crop1",
  64. "mysticalagriculture:blocks/crop2",
  65. "mysticalagriculture:blocks/crop2",
  66. "mysticalagriculture:blocks/crop3",
  67. "mysticalagriculture:blocks/crop4",
  68. "mysticalagriculture:blocks/crop4",
  69. "mysticalagriculture:blocks/inferium_crop"
  70. ]
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement