diff options
Diffstat (limited to 'nodes.lua')
-rw-r--r-- | nodes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ local nodes = { }, ["tar"] = { description = S("Tar"), - groups = {cracky = 2}, + groups = {cracky = 2, tar_block = 1}, sounds = sound_stone, }, ["cobble_compressed"] = { |