Hardness for colorful blocks, redstone block
This commit is contained in:
parent
ed882cd70b
commit
78fcc61759
3 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue