mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
next
This commit is contained in:
parent
07f571b672
commit
bcbb4fcec4
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ minetest.register_node("default:sand", {
|
|||
description = "Sand",
|
||||
tiles = {"default_sand.png"},
|
||||
is_ground_content = true,
|
||||
groups = {crumbly=3, falling_node=1, sand=1, liquid_flow=1, melt=1000},
|
||||
groups = {crumbly=3, falling_node=1, sand=1},
|
||||
sounds = default.node_sound_sand_defaults(),
|
||||
freezemelt = "default:glass",
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue