Skip to content

Commit f24ac94

Browse files
fix: readme
1 parent 5c2471a commit f24ac94

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ useWhitelist: false
9090

9191
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.
9292

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` |
102102

103103
##### Integration Options
104104

0 commit comments

Comments
 (0)