Fix dig times of wool and cobweb

This commit is contained in:
Wuzzy 2017-02-27 19:38:48 +01:00
parent 6b3db0ae72
commit c80433aaf4
3 changed files with 9 additions and 12 deletions

View file

@ -38,7 +38,7 @@ for _, row in ipairs(wool.dyes) do
stack_max = 64,
is_ground_content = false,
tiles = {"wool_"..texture..".png"},
groups = {handy=1,shearsy=1, flammable=1,wool=1,building_block=1},
groups = {handy=1,shearsy_wool=1, flammable=1,wool=1,building_block=1},
sounds = mcl_sounds.node_sound_defaults(),
_mcl_hardness = 0.8,
_mcl_blast_resistance = 4,