mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-06-26 13:20:47 +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"] = {
|
||||
description = S("Tar"),
|
||||
groups = {cracky = 2},
|
||||
groups = {cracky = 2, tar_block = 1},
|
||||
sounds = sound_stone,
|
||||
},
|
||||
["cobble_compressed"] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user