@@ -90,15 +90,15 @@ useWhitelist: false
90
90
91
91
The requirements system is a new system that allows you to require certain items to be held or equipment to be worn to grow crops.
92
92
93
- | Option | Description | Default |
94
- | ------ |----------------------------------------------------------------------------------------------------------|----------- |
95
- | `requirements` | The requirements system for growing crops | See above |
96
- | `requirements.enabled` | Whether or not to enable the requirements system | `false` |
97
- | `requirements.heldItemRequirement` | A list of items that are required to be held to grow crops | `[]` |
98
- | `requirements.equipmentRequirement` | A map of equipment slots to items that are required to be worn to grow crops | `{}` |
99
- | `requirements.requiredEnchantment` | The enchantment that is required to grow crops | `''` |
100
- | `requirements.requiredItemTakesDamage` | Whether or not the required item takes damage when growing crops | `false` |
101
- | `requirements.durabilityDamage` | The amount of damage to take when growing crops | `1` |
93
+ | Option | Description | Default |
94
+ | ------ |----------------------------------------------------------------------------------------------------------|---------|
95
+ | `requirements` | The requirements system for growing crops | N/a |
96
+ | `requirements.enabled` | Whether or not to enable the requirements system | `false` |
97
+ | `requirements.heldItemRequirement` | A list of items that are required to be held to grow crops | `[]` |
98
+ | `requirements.equipmentRequirement` | A map of equipment slots to items that are required to be worn to grow crops | `{}` |
99
+ | `requirements.requiredEnchantment` | The enchantment that is required to grow crops | `''` |
100
+ | `requirements.requiredItemTakesDamage` | Whether or not the required item takes damage when growing crops | `false` |
101
+ | `requirements.durabilityDamage` | The amount of damage to take when growing crops | `1` |
102
102
103
103
# #### Integration Options
104
104
0 commit comments