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,