River water renewability: Add comments to nodes.lua and bucket mod
This commit is contained in:
parent
91997d9342
commit
3ae382c913
2 changed files with 10 additions and 0 deletions
|
@ -188,6 +188,12 @@ bucket.register_liquid(
|
|||
{water_bucket = 1}
|
||||
)
|
||||
|
||||
-- River water source is 'liquid_renewable = false' to avoid horizontal spread
|
||||
-- of water sources in sloping rivers that can cause water to overflow
|
||||
-- riverbanks and cause floods.
|
||||
-- River water source is instead made renewable by the 'force renew' option
|
||||
-- used here.
|
||||
|
||||
bucket.register_liquid(
|
||||
"default:river_water_source",
|
||||
"default:river_water_flowing",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue