Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Feb 25, 2024
1 parent 5c2471a commit f24ac94
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ useWhitelist: false

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.

| Option | Description | Default |
| ------ |----------------------------------------------------------------------------------------------------------|-----------|
| `requirements` | The requirements system for growing crops | See above |
| `requirements.enabled` | Whether or not to enable the requirements system | `false` |
| `requirements.heldItemRequirement` | A list of items that are required to be held to grow crops | `[]` |
| `requirements.equipmentRequirement` | A map of equipment slots to items that are required to be worn to grow crops | `{}` |
| `requirements.requiredEnchantment` | The enchantment that is required to grow crops | `''` |
| `requirements.requiredItemTakesDamage` | Whether or not the required item takes damage when growing crops | `false` |
| `requirements.durabilityDamage` | The amount of damage to take when growing crops | `1` |
| Option | Description | Default |
| ------ |----------------------------------------------------------------------------------------------------------|---------|
| `requirements` | The requirements system for growing crops | N/a |
| `requirements.enabled` | Whether or not to enable the requirements system | `false` |
| `requirements.heldItemRequirement` | A list of items that are required to be held to grow crops | `[]` |
| `requirements.equipmentRequirement` | A map of equipment slots to items that are required to be worn to grow crops | `{}` |
| `requirements.requiredEnchantment` | The enchantment that is required to grow crops | `''` |
| `requirements.requiredItemTakesDamage` | Whether or not the required item takes damage when growing crops | `false` |
| `requirements.durabilityDamage` | The amount of damage to take when growing crops | `1` |

##### Integration Options

Expand Down

0 comments on commit f24ac94

Please sign in to comment.