1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Snappy group: Remove beds and cactus from group

This commit is contained in:
paramat
2016-12-04 06:55:32 +00:00
committed by rubenwardy
parent 0ff09e018d
commit 58038a7941
2 changed files with 3 additions and 3 deletions

View File

@ -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,
})