-
Notifications
You must be signed in to change notification settings - Fork 5
Home
cech12 edited this page Feb 19, 2022
·
7 revisions
BucketLib is a Minecraft Forge library mod for developers. The purpose is to provide functionality for developers to add their own buckets without having trouble implementing all special cases.
-
Highly configurable buckets:
- Obtaining fluids, entities and blocks can be limited by using allow lists and block lists or by using the fluid temperature.
- Buckets can be configured to crack when a fluid temperature exceeds a special value.
- Coloring a bucket can be enabled
- Milking entities can be disabled
- 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 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:
- Guide to add this library mod to your project
- Configuration