forked from VoxeLibre/VoxeLibre
Rename clay and block of clay
This commit is contained in:
parent
24abe81409
commit
33e8d1dd99
|
@ -66,8 +66,8 @@ minetest.register_craftitem("mcl_core:diamond", {
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("mcl_core:clay_lump", {
|
minetest.register_craftitem("mcl_core:clay_lump", {
|
||||||
description = "Clay",
|
description = "Clay Ball",
|
||||||
_doc_items_longdesc = "Clay is a raw material.",
|
_doc_items_longdesc = "Clay balls are a raw material, mainly used to create bricks in the furnace.",
|
||||||
_doc_items_hidden = false,
|
_doc_items_hidden = false,
|
||||||
inventory_image = "default_clay_lump.png",
|
inventory_image = "default_clay_lump.png",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
|
@ -523,9 +523,8 @@ minetest.register_node("mcl_core:redsandstonecarved", {
|
||||||
---
|
---
|
||||||
|
|
||||||
minetest.register_node("mcl_core:clay", {
|
minetest.register_node("mcl_core:clay", {
|
||||||
-- Original name: Clay
|
description = "Clay",
|
||||||
description = "Block of Clay",
|
_doc_items_longdesc = "Clay is a versatile kind of earth commonly found at beaches underwater.",
|
||||||
_doc_items_longdesc = "A block of clay is a versatile kind of earth commonly found at beaches underwater.",
|
|
||||||
_doc_items_hidden = false,
|
_doc_items_hidden = false,
|
||||||
tiles = {"default_clay.png"},
|
tiles = {"default_clay.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
|
Loading…
Reference in New Issue