vines.recipes['rope_block'] = {
  {'', 'default:wood', ''},
  {'', 'group:vines', ''},
  {'', 'group:vines', ''}
}

vines.recipes['shears'] = {
  {'', 'default:steel_ingot', ''},
  {'default:stick', 'default:wood', 'default:steel_ingot'},
  {'', '', 'default:stick'}
}