make the_bridhe:stone drop itself

This commit is contained in:
chmodsayshello 2022-10-08 21:40:48 +02:00
parent 6f0349fa0c
commit 386b3d2b8a
1 changed files with 1 additions and 1 deletions

View File

@ -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)