mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Liquids: Flow into and destroy 'floodable' nodes
Add new node property 'floodable', default false Define "air" as floodable = true in C++ and lua
This commit is contained in:
parent
bd40ee2b95
commit
0bbbc6e13d
7 changed files with 49 additions and 32 deletions
|
@ -289,6 +289,7 @@ core.register_node(":air", {
|
|||
pointable = false,
|
||||
diggable = false,
|
||||
buildable_to = true,
|
||||
floodable = true,
|
||||
air_equivalent = true,
|
||||
drop = "",
|
||||
groups = {not_in_creative_inventory=1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue