# Chicken Shedding

## Description

Adds a chance for chickens to shed a feather rather than laying an egg.

## Options

| Name    | Description                                                 | Type    | Default |
| ------- | ----------------------------------------------------------- | ------- | ------- |
| enabled | Whether this tweak is enabled.                              | boolean | false   |
| chance  | The chance on how often a chicken should shed.              | integer | 10      |
| drop    | The item the chicken should shed. Can be changed if needed. | item    | FEATHER |
| amount  | The amount of the item to drop.                             | integer | 1       |
