Skip to content

Commit f4e77ed

Browse files
sofarparamat
authored andcommittedApr 4, 2016
Flood snow with either lava or water.
Fixes #1005 This doesn't flood snow or ice blocks.
1 parent e38f69d commit f4e77ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mods/default/nodes.lua

+1
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ minetest.register_node("default:snow", {
382382
wield_image = "default_snowball.png",
383383
paramtype = "light",
384384
buildable_to = true,
385+
floodable = true,
385386
drawtype = "nodebox",
386387
node_box = {
387388
type = "fixed",

0 commit comments

Comments
 (0)
Please sign in to comment.