Rename clay and block of clay

This commit is contained in:
Wuzzy 2017-09-11 02:26:43 +02:00
parent 24abe81409
commit 33e8d1dd99
2 changed files with 4 additions and 5 deletions

View file

@ -523,9 +523,8 @@ minetest.register_node("mcl_core:redsandstonecarved", {
---
minetest.register_node("mcl_core:clay", {
-- Original name: Clay
description = "Block of Clay",
_doc_items_longdesc = "A block of clay is a versatile kind of earth commonly found at beaches underwater.",
description = "Clay",
_doc_items_longdesc = "Clay is a versatile kind of earth commonly found at beaches underwater.",
_doc_items_hidden = false,
tiles = {"default_clay.png"},
is_ground_content = true,