mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Digging desert stone gives desert stone
This commit is contained in:
parent
befc604af3
commit
9207e9af46
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ minetest.register_node("default:desert_stone", {
|
||||||
tile_images = {"default_desert_stone.png"},
|
tile_images = {"default_desert_stone.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {cracky=3},
|
groups = {cracky=3},
|
||||||
drop = 'default:cobble',
|
drop = 'default:desert_stone',
|
||||||
legacy_mineral = true,
|
legacy_mineral = true,
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue