
BucketLib
Library mod for custom buckets
Обновлён 19 июня 2026 г. · опубликован 5 декабря 2022 г.
BucketLib
BucketLib is a Minecraft library mod for developers (Forge, NeoForge, Fabric, Quilt). The purpose is to provide functionality for developers to add their own buckets without having trouble implementing all special cases. To add this mod to your environment, see the Developer Guide
Dependencies
The Fabric / Quilt version needs the following mods:
- Fabric API (Github, Curseforge, Modrinth)
- Cloth Config API (Github, Curseforge, Modrinth)
Features
- Compatible with all fluids: Water and Lava as well as all modded fluids are supported by buckets generated with this library mod.
- Entities can be obtained: Entities like axolotl, fish, tadpole and mobs of other mods can be obtained.
- Bucketable Blocks can be obtained: Powder Snow and bucketable blocks of other mods can be obtained.
- Compatible with all milk special cases: Entities like cows and goats can be milked and the milk is drinkable. Buckets filled with milk are also compatible with mods that contains a milk fluid.
- Dispense Behaviour works out of the box
- Fluid Handling: All buckets that are generated by this library mod are compatible with mods that are using fluid container items.
Highly configurable buckets
- Obtaining fluids, entities and blocks can be limited by using allow lists and deny lists or by using the fluid temperature.
- Buckets can be configured to crack when a fluid temperature exceeds a special value.
- Option to define burning & freezing effect for fluid temperatures, fluids & blocks
- Coloring a bucket can be enabled
- Milking entities can be disabled
Sponsors
You need a server? Save 25% on Bisect Hosting with the promo code "cech12"!
FAQ
Can I use this mod in my own mod or mod pack?
Yes, you are allowed to use this mod in your mods and mod packs
Port to another Minecraft version? Which versions are supported?
Sorry, but I do not backport any mod to an older version. Here is a list of all supported and planned versions: Minecraft mod versions of cech12
Is there a Fabric version?
Since 1.20.4 the mod is available for Fabric & Quilt. There is no plan to backport Fabric support to earlier Minecraft versions.
Where is the config file?
There is a defaultconfig directory, where you can find it. If you change something there it has only an effect on new savegames. For existing savegames you need to go to the serverconfig directory of the savegame.
I found a bug or I have a good idea to enhance this mod!
Very good! Open an issue at Github or contact me on Discord.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.2-5.2.0.1 | Релиз | 26.2 | neoforge | 19 июня 2026 г. | .jar (259 КБ) |
| 26.2-5.2.0.1 | Релиз | 26.2 | fabric, quilt | 19 июня 2026 г. | .jar (283 КБ) |
| 26.2-5.2.0.0 | Релиз | 26.2 | neoforge | 19 июня 2026 г. | .jar (259 КБ) |
| 26.2-5.2.0.0 | Релиз | 26.2 | fabric, quilt | 19 июня 2026 г. | .jar (283 КБ) |
| 26.1.2-5.1.0.0 | Релиз | 26.1.2 | neoforge | 15 июня 2026 г. | .jar (258 КБ) |
| 26.1.2-5.1.0.0 | Релиз | 26.1.2 | fabric, quilt | 15 июня 2026 г. | .jar (282 КБ) |
| 26.1-5.0.4.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 6 июня 2026 г. | .jar (280 КБ) |
| 26.1-5.0.4.1 | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 6 июня 2026 г. | .jar (255 КБ) |
| 26.1-5.0.4.0 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 5 июня 2026 г. | .jar (280 КБ) |
| 26.1-5.0.4.0 | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 5 июня 2026 г. | .jar (255 КБ) |
| 26.1-5.0.3.0 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 5 июня 2026 г. | .jar (264 КБ) |
| 26.1-5.0.3.0 | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 5 июня 2026 г. | .jar (240 КБ) |
| 26.1-5.0.2.1 | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 31 мая 2026 г. | .jar (225 КБ) |
| 26.1-5.0.2.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 31 мая 2026 г. | .jar (250 КБ) |
| 26.1-5.0.2.0 | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 25 мая 2026 г. | .jar (225 КБ) |
Показаны последние 15 из 349 версий. Все версии — на Modrinth.
Ченджлог
26.2-5.2.0.1Релиз26.2 · 19 июня 2026 г.
Fixed
- buckets and entities like sulfur cubes could be duplicated when interacting with a stack of multiple empty buckets (all loaders)
26.2-5.2.0.1Релиз26.2 · 19 июня 2026 г.
Fixed
- buckets and entities like sulfur cubes could be duplicated when interacting with a stack of multiple empty buckets (all loaders)
26.2-5.2.0.0Релиз26.2 · 19 июня 2026 г.
Changed
- updated to Minecraft 26.2 (Fabric 0.152.2+26.2, NeoForge 26.2.0.6-beta)
- updated Cloth Config support (26.2.155) (Fabric/Quilt)
- updated ModMenu support (20.0.0-beta.3) (Fabric/Quilt)
- updated JEI support (30.0.0.1) (NeoForge, Fabric/Quilt)
- updated REI support (26.2.820) (NeoForge, Fabric/Quilt)
- changed config properties from Supplier / Supplier to IntSupplier / BooleanSupplier
Added
- support bucket interaction with Sulfur Cube (all loaders)
26.2-5.2.0.0Релиз26.2 · 19 июня 2026 г.
Changed
- updated to Minecraft 26.2 (Fabric 0.152.2+26.2, NeoForge 26.2.0.6-beta)
- updated Cloth Config support (26.2.155) (Fabric/Quilt)
- updated ModMenu support (20.0.0-beta.3) (Fabric/Quilt)
- updated JEI support (30.0.0.1) (NeoForge, Fabric/Quilt)
- updated REI support (26.2.820) (NeoForge, Fabric/Quilt)
- changed config properties from Supplier / Supplier to IntSupplier / BooleanSupplier
Added
- support bucket interaction with Sulfur Cube (all loaders)
26.1.2-5.1.0.0Релиз26.1.2 · 15 июня 2026 г.
Changed
- Updated to Minecraft 26.1.2 (Fabric 0.150.0+26.1.2, NeoForge 26.1.2.71)
- Updated Cloth Config support (26.1.154) (Fabric/Quilt)
- Updated ModMenu support (18.0.0-beta.1) (Fabric/Quilt)
- Updated JEI support (29.6.2.31) (NeoForge, Fabric/Quilt)
- Re-added REI support (26.1.818) (NeoForge, Fabric/Quilt) #81
26.1.2-5.1.0.0Релиз26.1.2 · 15 июня 2026 г.
Changed
- Updated to Minecraft 26.1.2 (Fabric 0.150.0+26.1.2, NeoForge 26.1.2.71)
- Updated Cloth Config support (26.1.154) (Fabric/Quilt)
- Updated ModMenu support (18.0.0-beta.1) (Fabric/Quilt)
- Updated JEI support (29.6.2.31) (NeoForge, Fabric/Quilt)
- Re-added REI support (26.1.818) (NeoForge, Fabric/Quilt) #81
26.1-5.0.4.1Релиз26.1, 26.1.1, 26.1.2 · 6 июня 2026 г.
Fixed
- fixed crash in creative mode if a mod has bucketable entities without a fluid like Alex's Mobs Cosmic Cod (all loaders)
26.1-5.0.4.1Релиз26.1, 26.1.1, 26.1.2 · 6 июня 2026 г.
Fixed
- fixed crash in creative mode if a mod has bucketable entities without a fluid like Alex's Mobs Cosmic Cod (all loaders)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…