1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-06 01:40:21 +02: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
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