summaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/textures.lua
diff options
context:
space:
mode:
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