Flood snow with either lava or water.

Fixes #1005

This doesn't flood snow or ice blocks.
This commit is contained in:
Auke Kok 2016-04-02 12:14:18 -07:00
parent 1977ae19ae
commit 4785e695d2

View file

@ -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",