Snappy group: Remove beds and cactus from group
This commit is contained in:
parent
0ff09e018d
commit
58038a7941
2 changed files with 3 additions and 3 deletions
|
@ -1048,7 +1048,7 @@ minetest.register_node("default:cactus", {
|
|||
tiles = {"default_cactus_top.png", "default_cactus_top.png",
|
||||
"default_cactus_side.png"},
|
||||
paramtype2 = "facedir",
|
||||
groups = {snappy = 1, choppy = 3},
|
||||
groups = {choppy = 3},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
on_place = minetest.rotate_node,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue