Make clay do not drop clay lump (#885)

* Make clay do not drop clay lump

* Update nodes.lua
This commit is contained in:
Axaxax88 2021-05-26 16:18:45 +02:00 committed by GitHub
parent aa37d0375d
commit 055be8c9e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -578,7 +578,6 @@ minetest.register_node("default:clay", {
description = "Clay",
tiles = {"default_clay.png"},
groups = {crumbly = 3},
drop = 'default:clay_lump 4',
sounds = default.node_sound_dirt_defaults(),
})