Add flower pot craft, rename brick stuff

This commit is contained in:
Wuzzy 2017-02-01 18:51:26 +01:00
parent b8aec37c98
commit 147a983956
7 changed files with 23 additions and 12 deletions

View file

@ -411,8 +411,9 @@ minetest.register_node("mcl_core:clay", {
}),
})
minetest.register_node("mcl_core:brick", {
description = "Bricks",
minetest.register_node("mcl_core:brick_block", {
-- Original name: “Bricks”
description = "Brick Block",
tiles = {"default_brick.png"},
is_ground_content = false,
stack_max = 64,