1
0
Fork 0
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:
Wuzzy 2020-05-30 01:46:57 +02:00 committed by GitHub
parent 4c8e1c3200
commit 51de4ae297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 6 deletions

View file

@ -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