Update README to Inlcude New Features
This commit is contained in:
parent
b6b2ba4672
commit
606a215f77
14
README.md
14
README.md
@ -6,16 +6,17 @@ This mod is in early alpha.
|
|||||||
|
|
||||||
## What NOT to expect
|
## What NOT to expect
|
||||||
|
|
||||||
- Proper water equalization and water pressure
|
- Proper water equalization and water pressure *
|
||||||
- Removing weeds and other wall mounted items
|
- Removing weeds and other wall mounted items *
|
||||||
- Interaction of different liquid types, e.g. lava and water
|
- Interaction of different liquid types, e.g. lava and water *
|
||||||
- Ability to scoop up liquids with a level below 8
|
|
||||||
- Interaction with pistons or pipes
|
- Interaction with pistons or pipes
|
||||||
- Perfect performance
|
- Perfect performance
|
||||||
- Integration with any other mods
|
- Integration with any other mods *
|
||||||
- A smooth liquid surface
|
- A smooth liquid surface
|
||||||
- Viscosity for different liquid types
|
- Viscosity for different liquid types
|
||||||
|
|
||||||
|
* to an extend
|
||||||
|
|
||||||
## What to expect
|
## What to expect
|
||||||
|
|
||||||
- Water leveling for flat surfaces
|
- Water leveling for flat surfaces
|
||||||
@ -30,6 +31,9 @@ This mod is in early alpha.
|
|||||||
--Example: Register default:water_source
|
--Example: Register default:water_source
|
||||||
liquid_physics.register_liquid("default", "water_source", "water_flowing")
|
liquid_physics.register_liquid("default", "water_source", "water_flowing")
|
||||||
|
|
||||||
|
--Example: Register bucket:bucket_water to scoop up liquids
|
||||||
|
liquid_physics.register_bucket("bucket:bucket_water")
|
||||||
|
|
||||||
--Example: Check if block underneath is liquid and then proceed to reduce its level
|
--Example: Check if block underneath is liquid and then proceed to reduce its level
|
||||||
local id_water = liquid_physics.get_liquid_id("default:water_source")
|
local id_water = liquid_physics.get_liquid_id("default:water_source")
|
||||||
local liquid = liquid_physics.get_liquid_at(pos)
|
local liquid = liquid_physics.get_liquid_at(pos)
|
||||||
|
Loading…
Reference in New Issue
Block a user