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
5ef100dbdf
commit
07f571b672
1 changed files with 1 additions and 1 deletions
|
@ -138,8 +138,8 @@ minetest.register_node("default:sand", {
|
|||
tiles = {"default_sand.png"},
|
||||
is_ground_content = true,
|
||||
groups = {crumbly=3, falling_node=1, sand=1, liquid_flow=1, melt=1000},
|
||||
freezemelt = "default:glass",
|
||||
sounds = default.node_sound_sand_defaults(),
|
||||
freezemelt = "default:glass",
|
||||
})
|
||||
|
||||
minetest.register_node("default:desert_sand", {
|
||||
|
|
Loading…
Add table
Reference in a new issue