Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "path": "mod_t3s4ebw/crystal_flower_plant.json",
  3. "enabled": true,
  4. "id": "ebwizardry:crystal_flower_plant",
  5. "plant_name": "Crystal Flower",
  6. "seed_name": "Magic Seeds",
  7. "seed_items": [
  8. {
  9. "item": "t3s4ebw:magic_seed",
  10. "meta": 0,
  11. "tags": "",
  12. "ignoreMeta": false,
  13. "ignoreTags": [
  14. "*"
  15. ],
  16. "useOreDict": false
  17. }
  18. ],
  19. "description": {
  20. "translations": {},
  21. "default": "It\u0027s like magic"
  22. },
  23. "growth_chance": 0.75,
  24. "growth_bonus": 0.025,
  25. "bonemeal": true,
  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": 2,
  39. "chance": 0.5,
  40. "required": true,
  41. "item": "ebwizardry:crystal_flower",
  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": "t3s4ebw:items/magic_seed",
  61. "plant_textures": [
  62. "t3s4ebw:blocks/crystal_crop_stage_0",
  63. "t3s4ebw:blocks/crystal_crop_stage_1",
  64. "t3s4ebw:blocks/crystal_crop_stage_2",
  65. "t3s4ebw:blocks/crystal_crop_stage_3",
  66. "t3s4ebw:blocks/crystal_crop_stage_4",
  67. "t3s4ebw:blocks/crystal_crop_stage_5",
  68. "t3s4ebw:blocks/crystal_crop_stage_6",
  69. "t3s4ebw:blocks/crystal_crop_stage_7"
  70. ]
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement