Skip to content
Snippets Groups Projects
Commit f4e77edc authored by Auke Kok's avatar Auke Kok Committed by paramat
Browse files

Flood snow with either lava or water.

Fixes #1005

This doesn't flood snow or ice blocks.
parent e38f69d5
No related branches found
No related tags found
No related merge requests found
...@@ -382,6 +382,7 @@ minetest.register_node("default:snow", { ...@@ -382,6 +382,7 @@ minetest.register_node("default:snow", {
wield_image = "default_snowball.png", wield_image = "default_snowball.png",
paramtype = "light", paramtype = "light",
buildable_to = true, buildable_to = true,
floodable = true,
drawtype = "nodebox", drawtype = "nodebox",
node_box = { node_box = {
type = "fixed", type = "fixed",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment