This is a fork of Minetest Game mod: bucket
For changes see changelog:
https://gitlab.com/daretmavi/bucket-lite/-/blob/master/CHANGELOG
Fork of Minetest Game mod: bucket
Description:
- only one bucket for water and river water types (with bucket_unify_river_water=true)
- flowing is only one block to prevent flooding with one bucket
- If "bucket water" gets in contact with normal water or river water, then the bucket water changes to this type.
- If "bucket lava" gets in contact with water, or default lava, the bucket lava changes to default type - this can result in lava flooding. Just don't mess up with lava :)
- Liquid can be taken from flowing liquid - you don't have to look for source
- Bucket liquids are not renewable
- more buckettypes added (wood, stone, steel, bronze, mese, diamond, gold)
- default bucker for aliases is steel
Working with other mods:
dynamic_liquid - actually works, it creates obsidian easily (good enough)
- If you want full support, some changes are needed:
- see my fork https://github.com/daretmavi/dynamic_liquid (no warranty, I just tried some changes)
Screenshots:
Bucket types:
Support for other mod bucket liquids:
- like water_life muddy water
Recipe
Clasic
- bucket_use_clasic_recipe = true
New
- bucket_use_clasic_recipe = false
Behavior
This is default behavior:
River water is ok, but normal water and lava can create real flood ... from one bucket. It's crazy.
This mod changes it to just one block