Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Flood snow with either lava or water.
Fixes #1005

This doesn't flood snow or ice blocks.
  • Loading branch information
sofar authored and paramat committed Apr 4, 2016
1 parent e38f69d commit f4e77ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/default/nodes.lua
Expand Up @@ -382,6 +382,7 @@ minetest.register_node("default:snow", {
wield_image = "default_snowball.png",
paramtype = "light",
buildable_to = true,
floodable = true,
drawtype = "nodebox",
node_box = {
type = "fixed",
Expand Down

0 comments on commit f4e77ed

Please sign in to comment.