mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-06-04 17:40:42 +02:00
Add tar_block = 1 group to tar
This commit is contained in:
parent
c0c07ef71a
commit
cf2c7d0346
@ -120,7 +120,7 @@ local nodes = {
|
|||||||
},
|
},
|
||||||
["tar"] = {
|
["tar"] = {
|
||||||
description = S("Tar"),
|
description = S("Tar"),
|
||||||
groups = {cracky = 2},
|
groups = {cracky = 2, tar_block = 1},
|
||||||
sounds = sound_stone,
|
sounds = sound_stone,
|
||||||
},
|
},
|
||||||
["cobble_compressed"] = {
|
["cobble_compressed"] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user