mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Devtest: Fix missing/incorrect liquid properties (#9955)
This commit is contained in:
parent
4c8e1c3200
commit
51de4ae297
2 changed files with 23 additions and 6 deletions
|
@ -62,6 +62,12 @@ for a=1,#alphas do
|
|||
},
|
||||
alpha = alpha,
|
||||
|
||||
|
||||
liquidtype = "source",
|
||||
liquid_range = 0,
|
||||
liquid_viscosity = 0,
|
||||
liquid_alternative_source = "testnodes:alpha_"..alpha,
|
||||
liquid_alternative_flowing = "testnodes:alpha_"..alpha,
|
||||
groups = { dig_immediate = 3 },
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue