mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
melting cobble
This commit is contained in:
parent
a3ec0064f5
commit
a5ffa1e2f3
1 changed files with 1 additions and 0 deletions
|
@ -1016,6 +1016,7 @@ minetest.register_node("default:cobble", {
|
||||||
description = "Cobblestone",
|
description = "Cobblestone",
|
||||||
tiles = {"default_cobble.png"},
|
tiles = {"default_cobble.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
freezemelt = "default:lava_source",
|
||||||
groups = {cracky=3, stone=2, melt=2900},
|
groups = {cracky=3, stone=2, melt=2900},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue