diff options
author | Calinou <calinou@opmbx.org> | 2015-04-18 22:54:08 +0200 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2015-04-18 22:54:08 +0200 |
commit | cf2c7d0346966647ec6ff8230f9228bb293a4ee6 (patch) | |
tree | 94a8948304ed58fab29b9a8019ca00f9efe25b8b /nodes.lua | |
parent | c0c07ef71aef2950c6e486f065908473f7fc2c7e (diff) |
Add tar_block = 1 group to tar
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"] = { |