From 055be8c9e5216eae1b2ad3ed46759ec195a86985 Mon Sep 17 00:00:00 2001 From: Axaxax88 <74550391+Axaxax88@users.noreply.github.com> Date: Wed, 26 May 2021 16:18:45 +0200 Subject: [PATCH] Make clay do not drop clay lump (#885) * Make clay do not drop clay lump * Update nodes.lua --- mods/mtg/default/nodes.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/mtg/default/nodes.lua b/mods/mtg/default/nodes.lua index e2aa4ad..3dc290c 100644 --- a/mods/mtg/default/nodes.lua +++ b/mods/mtg/default/nodes.lua @@ -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(), })