Fluid Funnel
This mod provides elegant tools for fluid transportation that perfectly match vanilla Minecraft's style. Starting from version 1.3.0, three main blocks have been added.
Liquid Funnel

The funnel is a block designed for transporting liquids. Visually it resembles a regular Minecraft hopper, but instead of moving items, it transports liquids.
Key funnel capabilities:
- Collects liquids from blocks above it
- Pours liquids into the world
- Extracts liquids from containers and fills them (including cauldrons)
- Can be disabled with a redstone signal
Pointing a funnel towards chests enables automatic filling of containers in the chest (buckets, glass bottles, and others).
Tank

The tank is designed for storing liquids in large volumes. Standard capacity is 10 buckets (10,000 milliliters). Liquid can be poured into and extracted from any side of the block.
Tap

The tap allows extracting liquids from the sides of blocks, which is especially useful for working with devices that have limited output directions.
Tap features:
- Can transfer liquid only to liquid containers
- Cannot transfer liquid to other taps
- Is not disabled by redstone signals
- Taps have limitations compared to funnels
Overview Video (version 1.2.0)
Configuration
1 bucket = 1000 milliliters
- funnelCapacity - funnel capacity (default 1000 milliliters)
- funnelCooldown - funnel transfer speed (default 30 ticks)
- funnelTransferMax - maximum funnel transfer amount (default 100 milliliters)
- tapCapacity - tap capacity (default 1000 milliliters)
- tapTransferMax - maximum tap transfer amount (default 100 milliliters)
- tapCooldown - tap transfer speed (default 15 ticks)
- placeInWorld - ability to pour liquid into the world (default enabled)
- takeFromWorld - ability to collect liquid from the world (default enabled)
- fillCauldron - interaction with cauldrons (default enabled)
- fillContainers - filling containers in chests (default enabled)
- tankCapacity - tank capacity (default 10000 milliliters)
- glassBottleSize - glass bottle volume (default 100 milliliters)
- enableFluidRender - fluid rendering (default enabled)
Demonstration
![]()
Developer's Notes
The mod differs from the similar modification Funnels by Shadowfacts. Fluid Funnel was created independently and does not contain any code from the Funnels mod.
![]()