Flood snow with either lava or water.
Fixes #1005 This doesn't flood snow or ice blocks.
This commit is contained in:
parent
e38f69d549
commit
f4e77edcc6
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user