Hardness for colorful blocks, redstone block

This commit is contained in:
Wuzzy 2017-02-27 18:20:19 +01:00
parent ed882cd70b
commit 78fcc61759
3 changed files with 4 additions and 3 deletions

View file

@ -87,7 +87,7 @@ for _, row in ipairs(block.dyes) do
minetest.register_node("mcl_colorblocks:glazed_terracotta_"..name, {
description = desc.." Glazed Terracotta",
tiles = texes,
groups = {handy=1,pickaxey=1, cracky=3,glazed_terracotta=1,building_block=1},
groups = {handy=1,pickaxey=1, glazed_terracotta=1,building_block=1},
paramtype2 = "facedir",
stack_max = 64,
is_ground_content = false,