mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Check for falling float
nodes in liquid transform (#12862)
This commit is contained in:
parent
b38ffdec27
commit
dafdb3edb4
5 changed files with 35 additions and 1 deletions
|
@ -322,6 +322,9 @@ struct ContentFeatures
|
|||
bool has_on_destruct;
|
||||
bool has_after_destruct;
|
||||
|
||||
// "float" group
|
||||
bool floats;
|
||||
|
||||
/*
|
||||
Actual data
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue