small typo
master
Kacey of Minetest 2013-04-16 17:30:09 -06:00
parent 0d21501c94
commit 39f6eca396
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ for _, row in ipairs(xytest.dyes) do
minetest.register_node("xytest:xychorium_brick_"..name, {
description = desc.." Xychorium Brick",
tiles = {"xytest_brick_"..name..".png"},
{cracky=3}
groups = {cracky=3}
})
if craft_color_group then
minetest.register_craft({