diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-06 10:48:31 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-06 10:48:31 +0000 |
commit | adabd04d7b33ffa6d2a91c521cf713e092b3dc6f (patch) | |
tree | 53b43944945dc255800c343ecad39963a4a90bd3 /water.lua | |
parent | f34b9b00c6c1e025754a71536ffd1b112cbce874 (diff) |
Few new tweaks thanks to RQWorldblender
Diffstat (limited to 'water.lua')
-rw-r--r-- | water.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ minetest.register_node("ethereal:icebrick", { paramtype = "light", freezemelt = "default:water_source", is_ground_content = false, - groups = {cracky = 3, melts = 1}, + groups = {cracky = 3, puts_out_fire = 1, cools_lava = 1}, sounds = default.node_sound_glass_defaults(), }) @@ -27,7 +27,7 @@ minetest.register_node("ethereal:snowbrick", { paramtype = "light", freezemelt = "default:water_source", is_ground_content = false, - groups = {crumbly = 3, melts = 1}, + groups = {crumbly = 3, puts_out_fire = 1, cools_lava = 1}, sounds = default.node_sound_dirt_defaults({ footstep = {name = "default_snow_footstep", gain = 0.15}, dug = {name = "default_snow_footstep", gain = 0.2}, |