mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Rename clay to block of clay
This commit is contained in:
parent
2545790aa9
commit
ce0c202236
1 changed files with 2 additions and 1 deletions
|
@ -390,7 +390,8 @@ minetest.register_node("default:redsandstonecarved", {
|
||||||
---
|
---
|
||||||
|
|
||||||
minetest.register_node("default:clay", {
|
minetest.register_node("default:clay", {
|
||||||
description = "Clay",
|
-- Original name: Clay
|
||||||
|
description = "Block of Clay",
|
||||||
tiles = {"default_clay.png"},
|
tiles = {"default_clay.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
Loading…
Reference in a new issue