Once installed, creatures will leave a corpse when they die instead of dropping loot immediately. Just aim at the corpse and press the middle mouse button to start harvesting.
When you first run it, a config file will be generated at:
`game_directory/config/carveit-common.toml`
You can adjust harvest time, corpse retention time, the maximum number of corpses per chunk, and more. Each creature can also be configured individually:
- `DISABLED`: Disable harvesting, use vanilla drops
- `SHARED`: All players share one set of loot
- `INDIVIDUAL`: Each nearby player gets their own loot
For example, to set Creepers to individual drops:
```toml
[entities.minecraft.creeper]
mode = "INDIVIDUAL"
```
After editing the config, just restart your game or server for the changes to take effect.

