1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-14 14:30:34 +01:00

Remove copper coins dropped by default:stone

- Solves #244
This commit is contained in:
LeMagnesium 2015-08-26 15:31:06 +02:00
parent 58b76ff1e5
commit 5c0525d221

View File

@ -199,7 +199,6 @@ minetest.register_node("default:stone", {
drop = { drop = {
items = { items = {
{items = {"default:cobble"}}, {items = {"default:cobble"}},
{items = {"maptools:copper_coin"}, rarity = 30},
}, },
}, },
sounds = default.node_sound_stone_defaults(), sounds = default.node_sound_stone_defaults(),