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

@ -66,8 +66,8 @@ minetest.register_craftitem("mcl_core:diamond", {
})
minetest.register_craftitem("mcl_core:clay_lump", {
description = "Clay",
_doc_items_longdesc = "Clay is a raw material.",
description = "Clay Ball",
_doc_items_longdesc = "Clay balls are a raw material, mainly used to create bricks in the furnace.",
_doc_items_hidden = false,
inventory_image = "default_clay_lump.png",
stack_max = 64,

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,