summaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/properties.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/properties.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/properties.lua')
-rw-r--r--games/devtest/mods/testnodes/properties.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/games/devtest/mods/testnodes/properties.lua b/games/devtest/mods/testnodes/properties.lua
index 01846a5f0..c6331a6ed 100644
--- a/games/devtest/mods/testnodes/properties.lua
+++ b/games/devtest/mods/testnodes/properties.lua
@@ -118,7 +118,6 @@ minetest.register_node("testnodes:liquid_nojump", {
paramtype = "light",
pointable = false,
liquids_pointable = true,
- diggable = false,
buildable_to = true,
is_ground_content = false,
post_effect_color = {a = 70, r = 255, g = 0, b = 200},
@@ -148,7 +147,6 @@ minetest.register_node("testnodes:liquidflowing_nojump", {
paramtype2 = "flowingliquid",
pointable = false,
liquids_pointable = true,
- diggable = false,
buildable_to = true,
is_ground_content = false,
post_effect_color = {a = 70, r = 255, g = 0, b = 200},