From 2bc7406c9a2112eba39e91c304dab74699093c4d Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 24 Jun 2015 10:00:12 +0100 Subject: Adjusted ground content flags --- water.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'water.lua') 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}, -- cgit v1.2.3