forked from luanti-org/minetest_game
		
	Snappy group: Remove beds and cactus from group
This commit is contained in:
		| @@ -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, | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user