summaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/textures.lua
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2020-05-30 01:46:57 +0200
committerGitHub <noreply@github.com>2020-05-30 00:46:57 +0100
commit51de4ae297c3dc3380bf5d12288afc75f6de2f30 (patch)
treef6c0bc0ed394910ad5d1d6fbb3d5f8c05ca4e82d /games/devtest/mods/testnodes/textures.lua
parent4c8e1c320054ee0dc5d8ec821a6b4cd69002aa09 (diff)
downloadminetest-51de4ae297c3dc3380bf5d12288afc75f6de2f30.tar.gz
minetest-51de4ae297c3dc3380bf5d12288afc75f6de2f30.tar.bz2
minetest-51de4ae297c3dc3380bf5d12288afc75f6de2f30.zip
Devtest: Fix missing/incorrect liquid properties (#9955)
Diffstat (limited to 'games/devtest/mods/testnodes/textures.lua')
-rw-r--r--games/devtest/mods/testnodes/textures.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/devtest/mods/testnodes/textures.lua b/games/devtest/mods/testnodes/textures.lua
index f5db9ccbf..6ffef8fe9 100644
--- a/games/devtest/mods/testnodes/textures.lua
+++ b/games/devtest/mods/testnodes/textures.lua
@@ -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