From ce0c202236f3cba374f32c0f169e94d4f43fd9fa Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 10 Jan 2017 03:29:34 +0100 Subject: [PATCH] Rename clay to block of clay --- mods/default/nodes.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 3b738b0c4..b1858765e 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -390,7 +390,8 @@ minetest.register_node("default:redsandstonecarved", { --- minetest.register_node("default:clay", { - description = "Clay", + -- Original name: Clay + description = "Block of Clay", tiles = {"default_clay.png"}, is_ground_content = true, stack_max = 64,