An open API service indexing awesome lists of open source software.

https://github.com/meshiest/fillmycauldron

A minimal mod for filling/emptying cauldrons using buckets in dispensers
https://github.com/meshiest/fillmycauldron

minecraft-mod

Last synced: 11 months ago
JSON representation

A minimal mod for filling/emptying cauldrons using buckets in dispensers

Awesome Lists containing this project

README

          

# Fill My Cauldorn

[Modrinth](https://modrinth.com/mod/fill-my-cauldron)

![Modrinth Version](https://img.shields.io/modrinth/v/fill-my-cauldron)
![Modrinth Game Versions](https://img.shields.io/modrinth/game-versions/fill-my-cauldron)
![Modrinth Downloads](https://img.shields.io/modrinth/dt/fill-my-cauldron)

![demo](https://github.com/Meshiest/FillMyCauldron/assets/4142480/bcf0417b-7f0d-4c62-8658-4fc9e3834ae3) ![Fill My Cauldron Icon](./src/main/resources/assets/fill-my-cauldron/icon.png)

Ever wanted to take lava out of a cauldron with a bucket using a dispenser? Well now you can!

This server mod adds new behaviors to dispensers for buckets to provide the following functionality:
- Dispense an empty bucket into a full cauldron and pick up the fluid from inside
- Dispense a full bucket into an empty cauldron and place the fluid inside
- The same above behaviors for water bottles (non-bucket, only water) and buckets of powder snow (non-fluid)

Any fluid that can be put in both a cauldron and a bucket should work!

---

## Contraptions (Spoilers Ahead)

A contraption that feeds in one bucket at a time, pulling full lava buckets from the dispenser

![Automated lava farm](https://github.com/Meshiest/FillMyCauldron/assets/4142480/581cc8d3-a5c2-4d5e-b665-0951f8f07815)

A contraption that uses the dispenser mechanic of emitting the filled bucket when the dispenser is completely full of empty buckets, and picking up the dispensed buckets with a hopper

![Automated lava farm](https://github.com/Meshiest/FillMyCauldron/assets/4142480/eb59378f-33cb-4dd8-988a-83ef18b8b35e)