summaryrefslogtreecommitdiff
path: root/water.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-06-24 10:00:12 +0100
committertenplus1 <kinsellaja@yahoo.com>2015-06-24 10:00:12 +0100
commit2bc7406c9a2112eba39e91c304dab74699093c4d (patch)
tree10620b71f6bdb65c46832da0743faf7be3500989 /water.lua
parentd22a051434d1b92d8fbb4fa8027ef29a567312eb (diff)
Adjusted ground content flags
Diffstat (limited to 'water.lua')
-rw-r--r--water.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/water.lua b/water.lua
index cb43875..b704fd1 100644
--- a/water.lua
+++ b/water.lua
@@ -4,6 +4,7 @@ minetest.register_node("ethereal:icebrick", {
tiles = {"brick_ice.png"},
paramtype = "light",
freezemelt = "default:water_source",
+ is_ground_content = false,
groups = {cracky=3, melts=1},
sounds = default.node_sound_glass_defaults(),
})
@@ -22,6 +23,7 @@ minetest.register_node("ethereal:snowbrick", {
tiles = {"brick_snow.png"},
paramtype = "light",
freezemelt = "default:water_source",
+ is_ground_content = false,
groups = {crumbly=3, melts=1},
sounds = default.node_sound_dirt_defaults({
footstep = {name="default_snow_footstep", gain=0.25},