forked from VoxeLibre/VoxeLibre
Rename clay to block of clay
This commit is contained in:
parent
2545790aa9
commit
ce0c202236
|
@ -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 New Issue