Описание
# Fast Trading
Adds a button to the villager trading GUI to repeat the current trade until it's no longer available so you can spend all of those emeralds in just a few seconds!
## Configuration
This mod can be configured in-game using Mod Menu or by editing the configuration file at `config/fasttrading.json`.
### Config Options
- **ticksBetweenActions**: Number of ticks between actions (Default: `1`, Min: `0.025`).
- (v0.1.5+) **autofillBehavior**: How the mod autofills the trade (Default: `DEFAULT`, Options: `DEFAULT`, `STRICT`).
- **tradeBlockBehavior**: When to block speed trading (Default: `DAMAGEABLE`, Options: `DAMAGEABLE`, `UNSTACKABLE`, `DISABLED`).
This is an updated fork of [SpeedTrading](https://github.com/ModsByLeo/SpeedTrading) by [ModsByLeo](https://github.com/ModsByLeo). Full credit goes to them for creating it.