Adds options for Bulk Processing item on Item Drain blocks.
# Create: Fast Drains
Create: Fast Drains is a standalone addon for the Create mod (NeoForge 1.21.1) that enhances the Item Drain block to process entire stacks of items simultaneously.
Features
Bulk Item Draining: Removes the single-item restriction of the Create Item Drain, allowing full stacks (up to 64 items) to be processed at once.
Expanded Capacity: Increases the Item Drain’s internal fluid tank capacity to 64,000 mb (64 buckets) to accommodate the fluid volume of an entire stack.
Configurable Speed: A server-side configuration file allows you to define the processing speed.
By default, an entire stack is drained in the same amount of time it takes to drain a single item (20 ticks).
You can toggle the configuration to scale the processing time linearly based on the stack size.
Configuration
The mod generates a server config file where you can modify the following setting:
`drainStackInSingleTime` (Default: true) – If true, draining a whole stack takes the same time as a single item. If false, the time is multiplied by the stack size.