make the_bridhe:stone drop itself
This commit is contained in:
parent
6f0349fa0c
commit
386b3d2b8a
|
@ -116,7 +116,7 @@ minetest.register_node("the_bridge:stone", {
|
|||
description = S("Stone"),
|
||||
tiles = {"default_stone.png"},
|
||||
groups = {cracky = 3, stone = 1},
|
||||
drop = "default:cobble",
|
||||
drop = "the_bridge:stone",
|
||||
legacy_mineral = true,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
|
|
Loading…
Reference in New Issue