Readme update

master^2
daretmavi 2021-02-09 21:49:38 +01:00
parent 4abf6465c3
commit 995e6bff27
1 changed files with 12 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Fork of **Minetest Game mod: bucket**
- only one bucket for all water types
- 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 :)
@ -14,10 +14,11 @@ Fork of **Minetest Game mod: bucket**
**Working with other mods:**
**dynamic_liquid** - actually works (good enough)
- dynamic_liquid
- If you want better support, some changes are needed:
- see my fork https://github.com/daretmavi/dynamic_liquid (no warranty)
- water_life
- swaz
## Behavior
@ -150,6 +151,13 @@ Minetest: https://www.minetest.net/
`bucket_getlava_gold (Enable gold bucket) bool false`
**Unify water and river water**
`bucket_unify_river_water (Unify river water) bool false`
**Bucket liquid reverse interval**
`bucket_liquid_abm (Bucket liquid reserve interval) float 1.0`
-----