summaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/liquids.lua
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2021-01-21 00:51:24 +0100
committerGitHub <noreply@github.com>2021-01-21 00:51:24 +0100
commit7f25823bd4f1a822449eb783ee555651a89ce9de (patch)
treea0fae739e61cc60ff14531df409638fc8b4d5f5a /games/devtest/mods/testnodes/liquids.lua
parenteb8af614a5ee876a2bc9312506bfcfda20501232 (diff)
downloadminetest-7f25823bd4f1a822449eb783ee555651a89ce9de.tar.gz
minetest-7f25823bd4f1a822449eb783ee555651a89ce9de.tar.bz2
minetest-7f25823bd4f1a822449eb783ee555651a89ce9de.zip
Allow "liquid" and "flowingliquid" drawtypes even if liquidtype=none (#10737)
Diffstat (limited to 'games/devtest/mods/testnodes/liquids.lua')
-rw-r--r--games/devtest/mods/testnodes/liquids.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/games/devtest/mods/testnodes/liquids.lua b/games/devtest/mods/testnodes/liquids.lua
index e316782ad..abef9e0b7 100644
--- a/games/devtest/mods/testnodes/liquids.lua
+++ b/games/devtest/mods/testnodes/liquids.lua
@@ -12,8 +12,6 @@ for d=0, 8 do
alpha = 192,
paramtype = "light",
walkable = false,
- pointable = false,
- diggable = false,
buildable_to = true,
is_ground_content = false,
liquidtype = "source",
@@ -34,8 +32,6 @@ for d=0, 8 do
paramtype = "light",
paramtype2 = "flowingliquid",
walkable = false,
- pointable = false,
- diggable = false,
buildable_to = true,
is_ground_content = false,
liquidtype = "flowing",
@@ -56,8 +52,6 @@ for d=0, 8 do
alpha = 192,
paramtype = "light",
walkable = false,
- pointable = false,
- diggable = false,
buildable_to = true,
is_ground_content = false,
liquidtype = "source",
@@ -78,8 +72,6 @@ for d=0, 8 do
paramtype = "light",
paramtype2 = "flowingliquid",
walkable = false,
- pointable = false,
- diggable = false,
buildable_to = true,
is_ground_content = false,
liquidtype = "flowing",