mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 20:31:23 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue