Skip to content

Commit

Permalink
Update docs after liquid drawtype decoupling
Browse files Browse the repository at this point in the history
  • Loading branch information
ryvnf committed Jan 18, 2024
1 parent d98ea7f commit 1861c08
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/lua_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,6 @@ Look for examples in `games/devtest` or `games/minetest_game`.
* The cubic source node for a liquid.
* Faces bordering to the same node are never rendered.
* Connects to node specified in `liquid_alternative_flowing`.
* You *must* set `liquid_alternative_source` to the node's own name.
* Use `backface_culling = false` for the tiles you want to make
visible when inside the node.
* `flowingliquid`
Expand Down Expand Up @@ -8944,10 +8943,8 @@ Used by `minetest.register_node`.
-- flowing version (`liquid_alternative_flowing`) and
-- source version (`liquid_alternative_source`) of a liquid.
--
-- Specifically, these fields are required if any of these is true:
-- * `liquidtype ~= "none" or
-- * `drawtype == "liquid" or
-- * `drawtype == "flowingliquid"
-- Specifically, these fields are required if `liquidtype ~= "none"` or
-- `drawtype == "flowingliquid"`.
--
-- Liquids consist of up to two nodes: source and flowing.
--
Expand Down

0 comments on commit 1861c08

Please sign in to comment.