diff options
Diffstat (limited to 'water.lua')
-rw-r--r-- | water.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}, |