From 51de4ae297c3dc3380bf5d12288afc75f6de2f30 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 30 May 2020 01:46:57 +0200 Subject: Devtest: Fix missing/incorrect liquid properties (#9955) --- games/devtest/mods/testnodes/textures.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'games/devtest/mods/testnodes/textures.lua') 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 -- cgit v1.2.3