summaryrefslogtreecommitdiff
path: root/water.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-12-06 10:48:31 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2016-12-06 10:48:31 +0000
commitadabd04d7b33ffa6d2a91c521cf713e092b3dc6f (patch)
tree53b43944945dc255800c343ecad39963a4a90bd3 /water.lua
parentf34b9b00c6c1e025754a71536ffd1b112cbce874 (diff)
Few new tweaks thanks to RQWorldblender
Diffstat (limited to 'water.lua')
-rw-r--r--water.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/water.lua b/water.lua
index f5a6e24..60c4dbf 100644
--- a/water.lua
+++ b/water.lua
@@ -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},