Rename clay to block of clay

This commit is contained in:
Wuzzy 2017-01-10 03:29:34 +01:00
parent 2545790aa9
commit ce0c202236
1 changed files with 2 additions and 1 deletions

View File

@ -390,7 +390,8 @@ minetest.register_node("default:redsandstonecarved", {
---
minetest.register_node("default:clay", {
description = "Clay",
-- Original name: Clay
description = "Block of Clay",
tiles = {"default_clay.png"},
is_ground_content = true,
stack_max = 64,