Bucket Filler

Also see Bucket Emptier.

Note that since this uses a ME Pattern Provider, it is meant to integrate into your autocrafting setup.

Sometimes, life is inconvenient and you need buckets of a fluid instead of the fluid itself. Sometimes a machine might do this for you (like the Fluid Transposer from Thermal Expansion), but you might not always have a mod that does it conveniently for you. Luckily vanilla Minecraft has a slightly-less-convenient way, the Dispenser.

Note that you often don't have to do this because Fluid Substitutions in a Pattern Encoding Terminal allow you to use the fluid itself in a crafting recipe instead of a bucket.

Configurations

How It Works

  1. The ME Pattern Provider pushes the ingredients into the ME Interface. (Actually, as an optimization, it pushes directly through the storage bus and formation plane as if they were extensions of the provider's faces. The items never actually enter the interface.)
  2. Through mechanisms described in pipe subnets and ME Formation Plane, the bucket ends up in the Dispenser and the fluid is placed by the formation plane.
  3. The Redstone Comparator detects the bucket in the dispenser and thus simultaneously powers the dispenser and locks the ME Pattern Provider.
  4. The dispenser scoops up the fluid with the bucket, it now has a filled bucket in itself.
  5. The ME Import Bus pulls the filled bucket out of the dispenser and stores it through the ME Storage Bus into the pattern provider, returning it to the main network.
  6. The comparator sees the dispenser is empty, unlocking the provider.
Minecraft 1.20.4 [change]